Skip to content

Commit

Permalink
Add "Can I really build my React Native app with Reason?" section to …
Browse files Browse the repository at this point in the history
…readme
  • Loading branch information
saschatimme authored Aug 11, 2017
1 parent be39764 commit 74cfd3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ AppRegistry.registerComponent('MyAwesomeProject', () => app);
9. Great you are all set up! Check the source of `bs-react-native` to find out more about the implemented APIs and Components. If you get stuck just ask on our [Discord Server](https://discord.gg/reasonml)! Happy Hacking!


Here are some more things which will be proabbyl useful for you:
Here are some more things which will be probably useful for you:
- [Reason-React Documentation](https://reasonml.github.io/reason-react/)
- [Bucklescript Manual](http://bucklescript.github.io/bucklescript/Manual.html)

## Can I really build my React Native app with Reason?
Yes! Check out the [Seattle JS Conf App](https://github.com/FormidableLabs/seattlejsconf-app)for a real world App written with Reason.

### Disclaimer

There are some components and APIs missing. You can find an overview of the implemented components and APIs [here](STATUS.md). Contributions of Components and APIs are very welcome! The bindings are targeted to React Native **0.46+**.
Expand Down

0 comments on commit 74cfd3e

Please sign in to comment.