Replies: 1 comment 3 replies
-
Strange... this works at least on linux and macOS: https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh (it may not work on Windows, sorry) Here it is though, it turns up on web search, it should be available to gradle: https://plugins.gradle.org/plugin/io.invertase.gradle.build |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I followed below steps to integrate
react-native-firebase
into my app.react-native init OCRFirebaseApp
react-native run-android
to check if app is running or not after setup, It started successfully in android device and I can see "Welcome to React" page.npm install --save @react-native-firebase/app
under project root to integrated firebase plugin, and it completed successfully.react-native run-android
to run the application, it throws below error:Can someone please suggest what i missed or doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions