Closed pm5 closed 3 years ago
This template should be exactly the same as the original React Native one (note the version number via the branch naming). I see that they reference debugImplementation, see https://github.com/facebook/react-native/blob/b9944e54ae35c2beed0e78ea454d871e0fe92ec6/template/android/app/build.gradle#L197-L207
Not sure what wrong in your case. How do you build the app? Did you look for help on React Native itself?
Closing due to non response.
I tried to create a new project with the template and do a release build, but got the following errors:
It seems Gradle is complaining about dependencies on Flipper. Changing all three dependency declarations on Flipper in
android/app/build.gradle
fromdebugImplementation
toimplementation
fixed it. Note that I am a total newbie in React Native AND Android development here :)