Skip to content

Latest commit

 

History

History

mobile-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.