question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs: Unclear which build.gradle to add flipper dependencies to

See original GitHub issue

in 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nikoantcommented, Jun 11, 2020

@passy could you take a look please?

0reactions
joe-goodall-ticketmastercommented, Jun 11, 2020

OK, thanks @passy

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found