I created an example of a working react-native app...
# javascript
s
I created an example of a working react-native application that uses Kotlin-js in case anyone else wanted kotlin w/ react-native: https://github.com/ScottPierce/kotlin-react-native
👍 11
u
Thanks. Really cool! I seem to have issues with the build system though. The app shows the red error screen telling me 404 Cannot GET /index.delta
s
Ah, that's an issue with haul right now. In the latest version of react-native, uploading js deltas is turned on by default, which Haul does not support.
Until haul supports this (they are working on it), you need to press the
Menu Key
>
Dev Settings
> and then uncheck
Use JS Deltas
. You should be good to go then.
u
Thanks. I just realized this is even documented in the readme. Sorry. Now it works.
s
It's not documented. I had forgotten that I had to do that initially, so I forgot to put it in the README. Thanks for pointing that out 🙂
b
@spierce7, congratulations!
👍 1