https://github.com/simerplaha/demo-scalajs-reactnative-app
A small Scala.js React Native app
https://github.com/simerplaha/demo-scalajs-reactnative-app
Last synced: 4 months ago
JSON representation
A small Scala.js React Native app
- Host: GitHub
- URL: https://github.com/simerplaha/demo-scalajs-reactnative-app
- Owner: simerplaha
- License: apache-2.0
- Created: 2016-06-09T13:55:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T14:17:20.000Z (over 9 years ago)
- Last Synced: 2025-01-20T13:34:35.866Z (12 months ago)
- Language: Scala
- Size: 3.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DEMO

##What ?
A small Scala.js React Native app that is build on chandu0101's [scalajs-react-native](https://github.com/chandu0101/scalajs-react-native)
with some changes.
1. Updated libraries
2. Updated APIs
This project also requires this fork of scalajs-react which implements React Native APIS [simerplaha/scalajs-react](https://github.com/simerplaha/scalajs-react)
1. Clone the above repository
2. sbt publish-local
## Run
```scala
sbt ~fullOptIOS
// new terminal
cd examples
npm install
npm run start
```
## Runtime error
I'm getting the following runtime error after upgrading the latest React-native version. This seems to be a JS
issue which I will try to work on soon. [Stackoverflow question](http://stackoverflow.com/questions/35474610/unable-to-execute-js-call-fbbatchedbridge-is-undefined)
```
Unable to execute JS class: __fbBatchedBridge is undefined
```