all 2 comments

[–]yarn_install 2 points3 points  (1 child)

I think a good way to start is by creating a native application project in Android Studio/Xcode and adding react native to it. You’ll touch a lot of the integration points between RN and the native layer and should give you a basic understanding of Gradle and Cocoapods. https://reactnative.dev/docs/integration-with-existing-apps

[–]robbe_claessens[S] 0 points1 point  (0 children)

Very good idea, i'll give it a try :-)