React Native iOS and Android folders not present

前端 未结 10 988
旧巷少年郎
旧巷少年郎 2020-12-13 00:03

I\'m new to react native, and I\'ve been having some trouble understanding the folder structure of the app which should supposedly be present in the project folder on creati

10条回答
  •  不知归路
    2020-12-13 00:28

    You can get to that project structure by running:

    npm run eject
    

    However, it removes the app from the Expo framework, which adds a lot of nice benefits and abstraction from the Android/iOS code.

提交回复
热议问题