Skip to content

Mobiauto/poc-integration-rn-with-native-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native integrated with native projects

There are three different branches within repository.

  1. Integration between React Native and Java.
  2. Integration between React Native and Objective-C.
  3. 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).

Running the application

Note: It's necessary to have the yarn installed globally.

Java

For Android, run the command below and after build through the Android Studio

$ yarn start

iOS

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:

  1. Start the packager
$ yarn start
  1. Run the app through the XCode.

About

POC React Native's integration with Native Code (Java, Objective-C and Swift).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published