Docs: Unclear which build.gradle to add flipper dependencies to
See original GitHub issuein the Dependencies section of the docs, when it is suggested to add dependencies to the build.gradle
it is unclear whether it is to the app/build.gradle
or the android/build.gradle
.
Usually, dependencies get added to the app/build.gradle
and in a newly created React Native project that’s where the flipper dependencies are, but in the docs jcenter() is referenced which suggests they should be in android/build.gradle
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Adding Flipper to Android apps with Gradle
To set up Flipper for Android, you need to add the necessary dependencies to your app, initialize the Flipper client and enable the...
Read more >Fails to start react native app on Android emulator (Task
gradle is properly configured with the correct SDK versions needed by Flipper. In my case, using 0.100.0 version works fine with your build....
Read more >Troubleshooting | Stream Chat - React Native SDK Docs
GIF and WebP do not work without additional modules by default on Android. You will need to add some modules in your android/app/build.gradle....
Read more >Understanding variant selection - Gradle User Manual
Variants correspond to the different ways a component can be used, such as for Java compilation or native linking or documentation. Artifacts are...
Read more >react-native-reanimated configuration with name 'compile' not ...
To finalize installation of react-native-screens for Android, add the following two lines to dependencies section in android/app/build.gradle :.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@passy could you take a look please?
OK, thanks @passy