You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error and an omission in the README regarding to how to configure the native project for Android.
On my case I was unable to add the maven repository in the build.gradle under the allprojects section, because there is no allprojects section anymore (react native 0.74).
I finally found the solution:
Add this at the top of settings.gradle:
We acknowledge that we've missed updating the instructions on the README with recent Android platform changes. We are actively working on addressing this, and an update will be provided in the coming days.
Hi,
There is an error and an omission in the README regarding to how to configure the native project for Android.
On my case I was unable to add the maven repository in the
build.gradle
under theallprojects
section, because there is noallprojects
section anymore (react native 0.74).I finally found the solution:
Add this at the top of
settings.gradle
:Also add the implementation in
app/build.gradle
(not mentioned in the README):It should be great to update the README to be up-to-date with last React Native version.
The text was updated successfully, but these errors were encountered: