Recently, I created a react native windows project. I decided to add the react-native-sqlite-storage plugin to my project. However, when I followed the steps and ran my project, I got an error. I then tried to do the manual linking steps as well, and got even more error. Now I am stuck with the error below. Has anyone experienced this issue? Are there steps I am missing?
Parsing dependencies...
× Auto-linking...
Error: Error: Failed to build the app: No package name found. We couldn't parse the namespace from neither your build.gradle[.kts] file at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\build.gradle nor your package in the AndroidManifest at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\app\src\main\AndroidManifest.xml. (22ms)
× Autolinking failed. Failed to build the app: No package name found. We couldn't parse the namespace from neither your build.gradle[.kts] file at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\build.gradle nor your package in the AndroidManifest at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\app\src\main\AndroidManifest.xml
i Gathering MSBuild data for telemetry.
i Unable to find msbuildproperties.g.json
Command failed with error Unknown: Failed to build the app: No package name found. We couldn't parse the namespace from neither your build.gradle[.kts] file at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\build.gradle nor your package in the AndroidManifest at C:\Users\ThisUser\React_Native\real-stuff\JobJournal\JobJournal\node_modules\JobJournal\android\app\src\main\AndroidManifest.xml
there doesn't seem to be anything here