Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chandu0101/scalajs-react-native-template

template project for scalajs-react-native
https://github.com/chandu0101/scalajs-react-native-template

Last synced: 2 months ago
JSON representation

template project for scalajs-react-native

Awesome Lists containing this project

README

        

# scalajs-react-native-template

template project for [scalajs-react-native](https://github.com/chandu0101/scalajs-react-native)

#### How to run :

```scala
cd scalajs-react-native-template
npm install
npm run start // start react-native packager

// open new terminal tab/window
sbt ~fullOptIOS

Open ScalaJSReactNativeTemplate.xcodeproj using latest xcode

Cmd+Shift+K - to cleanup

Cmd+B - to build

Cmd+R - to run project

Cmd+D - to debug project

```

![hellonative](hellonative.png)