has not done IOS development, is watching React-Native.
- now initializes a project with react-native init, in which there is only one App.js, so there are doubts about the project directory structure
- made a page with RN components NavigatorIOS and View, and found that the layout was as free as the H5 page! (in my impression, most of the Navigator parts of app are very unified and standardized, so it is difficult to imagine that this degree of freedom can be maintained. I guessed that, like WeApp, there is a Navigator and tabbar that are implemented through configuration.)
- what are the main differences between RNApp and native App development?
finally, I would like to ask if there is any React-Native App that I can refer to
.