Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 492 Bytes

IntegrationReactNative

Integrating React Native App in an Existing iOS Native App

To run the project, execute the below commands in Terminal:

For creating "node_modules" in the react native project:

$ cd IntegrationReactNative-master/React\ Native\ App/Bakesale
$ npm install

For running the iOS Native App:

$ cd IntegrationReactNative-master/iOS\ App/Native_iOS_App
$ pod install
open Native_iOS_App.xcworkspace
Run the project