how did you do that, could you please add a screenshot or something ?
I apologies for the late response. Basically what you need to do is go to mobile/android/app/build.gradle and update the file as show below.
mobile/android/app/build.gradle
... project.ext.react = [ ... root: "../../../../", cliPath: "../../../../node_modules/react-native" ... ] ...
If you want to jump right into the code then you can check out my repo, I have updated the setup.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
how did you do that, could you please add a screenshot or something ?
I apologies for the late response.
Basically what you need to do is go to
mobile/android/app/build.gradleand update the file as show below.If you want to jump right into the code then you can check out my repo, I have updated the setup.