Error in AndroidManifest #5213
DreamGamer
started this conversation in
General
Replies: 2 comments 8 replies
-
The old pre-react-native 0.60 manual linking implementation for android says that The new stuff doesn't require any of that Examine an app built from scratch in a fully-automated way - you may read the script to see all the steps: https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh Nothing needs to be done to add packages to any Java package lists any more (thankfully!) |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i get really lost with this error, i searched and searched but i can't find a documentation how it should be done in the newest react native version. I want to use firestore in React Native but the implementation for android says this:
Add the package to the registry:
But in the newest React Native Version it will be added like this:
How can i add the ReactNativeFirebaseAppPackage? I thinked i need to add it like this:
but when i add it like that, i get this error:
These are my current files:
View Files
#### My files:
MainApplication.java
app/build.gradle
settings.gradle
Beta Was this translation helpful? Give feedback.
All reactions