Hacker News new | ask | show | jobs
by doozler 3324 days ago
I really want to learn React Native and this looks like a fantastic tool. Does anyone have any documentation that easily explain design patterns in RN? Does all code live in 1 file?
1 comments

It works very similarly to React websites. Check the official React Native documentation and guide [1], it's a great introduction.

[1] https://facebook.github.io/react-native/docs/getting-started...