invertase / react-native-firebase-starter

DEPRECATED: For RNFB v5 only.
https://rnfirebase.io/docs
Other
1.17k stars 335 forks source link

Compilation failed #130

Closed IamMHC closed 5 years ago

IamMHC commented 5 years ago

After Install React-Navigation this error occur Execution failed for task ':app:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

mikehardy commented 5 years ago

Sure would be great to see that compiler error output...

IamMHC commented 5 years ago

Now error has been change err

mikehardy commented 5 years ago

You have a project-specific problem, it is not the problem of the firebase starter.

You have used jetifier it appears, but not actually done the AndroidX refactor in AndroidStudio, so you're not pulling in the correct library.

Troubleshooting AndroidX transitions in projects is outside the scope of this project - there are too many ways they can go wrong.

You can see a demo from scratch of react-native-firebase on both react-native 0.59 and 0.60 here though: https://github.com/mikehardy/rnfbdemo/ - use either make-demo.sh or make-demo-rn59.sh depending on what you want.