There are three different branches within repository.
- Integration between React Native and Java.
- Integration between React Native and Objective-C.
- Integration between React Native and Swift.
There are respective branches for each one:
master
- codebase with Java.
objetive-c
- codepush with Objective-C (and Java)
swift
- codebase with Swift (and Java).
Note: It's necessary to have the yarn installed globally.
For Android, run the command below and after build through the Android Studio
$ yarn start
Firtly, for iOS is necessary install all pods (dependencies for iOS projects). To Install the dependencies run the command below in root project:
$ npx pod-install ios
Secondly, it's the same like Android process:
- Start the packager
$ yarn start
- Run the app through the XCode.