This is a very early prototype for React Native development in F# using Fable.
If you want to try it out then please do the following:
- Install the Ionide VS Code extenstion for F#
- Install the VS Code extension for React Native
- Go to https://facebook.github.io/react-native/ and do all steps of the getting started tutorial
- At this point you should have the default Javascript React Native "Hello World" running
- Pull latest master
- Run "npm install" from command prompt
- Open Android Simulator
- Open VS Code
- Press F5 to start debug
- Go to android device simulator and you should see something like
- Go to VS Code and hit Ctrl+Shift+B this will activate fable watch
- Go to the F# source in VS Code make a change and save the file
- Fable watch should pick up this change automatically and compile it
- Go to android device simulator and press r+r - change should be visible
This could look like: