expo-template-scala icon indicating copy to clipboard operation
expo-template-scala copied to clipboard

Create React Native apps in Scala with Scala.js, Slinky, and Expo

Results 7 expo-template-scala issues
Sort by recently updated
recently updated
newest added

Hello, I had no problem runnint unit tests in a Slinky project with `sbt test` (using scalatest). But this doesn't seem to work with this template. Is this a bug,...

Hi, I tried to follow the readme and using whatever version of Expo I got on the Google Play Store. After running `npm start` and scanning the QR code I...

I am able to run the project successfully (After upgrading Expo), but I was wondering if there's a solution for live-reloading, instead of having to run `sbt fastOptJS` each time...

Attempted to test as best I could with copying the changes onto a new project created from the published template.

Attempted to test as best I could with copying the changes onto a new project created from the published template.

When I try to "Run in web browser" I get: ``` Failed to compile. /home/mhicks/projects/prototype/react-native-scala/node_modules/expo/build/launch/registerRootComponent.web.js Module not found: Can't resolve 'react-native-web/dist/exports/AppRegistry' in '/home/mhicks/projects/prototype/react-native-scala/node_modules/expo/build/launch' ```

As done [here](https://github.com/shadaj/create-react-scala-app.g8/blob/master/src/main/g8/src/test/scala/%24package%24/AppTest.scala) in Slinky's `create-react-scala-app`, would it be possible to add a sample test just checking that the native app renders? I have seen that there are tests for...