Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 404 Bytes

Mobile Examples

How To Run

 sbt ~fastOptMobile //DEV mode
 
     or 
 
 sbt ~fullOptMobile  // Prod mode
    
 // this will generate index.ios.js and index.android.js files
 

that's it now sri part is done, everything else is react-native, please follow https://facebook.github.io/react-native/docs/getting-started.html to setup and run your app in iOS/android simulator/device.