简体   繁体   中英

iOS/ Android app folder structure for React-Native app

I'm creating a React-native app which I'll integrate into iOS/Android app(already created). Can you please suggest a good way of folder structure(especially React-Native).

I really like this way to structure an Project:

── app
   ├── components
   ├── config
   ├── index.js
   ├── lib
   └── screens

More Information about this, you find here: https://medium.com/the-react-native-log/organizing-a-react-native-project-9514dfadaa0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM