/slinky-router-native-basic

react-router-native basic example coded in Scala (via Scala.js, Slinky, ScalablyTyped, Expo)

Primary LanguageScala

Slinky react-router-native

Refactoring of react-router-native basic example coded in Scala through Scala.js, Slinky, ScalablyTyped and Expo.

Try the demo app

Go to the app Expo page.

Requirements

Make sure you have sbt and yarn installed.

Install the Expo CLI

$ yarn global add expo-cli

How to

Run in development

First compile your Scala code to JavaScript by running:

$ sbt fastOptJS

Then, launch the app with Expo:

$ expo start

Contribute

Help is needed, with the aim of mapping 100% of the react-router-native examples.

Acknowledgements

slinky-react-router-native is based on Slinky's Expo Scala Template.

This demo uses the Scala.js typings developed by Øyvind Raddum Berg, see more demos at SlinkyDemos.