React Native iOS and Android folders not present

前端 未结 10 980
旧巷少年郎
旧巷少年郎 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:21

    in the begining install react native, after run expo init YourProject , choose minimal (Typescript) . after that go to YourProject directory and do not run npm start. but run npm run android. hope this help

提交回复
热议问题