Kanwal Hanjra
Kanwal Hanjra

Reputation: 201

How to make iOS and android folders in react native expo project

I am working on react native expo project and I have no knowledge regarding how to create iOS and android folders within expo project.so please help me regarding how to create iOS and android folders and at last how to make final build. thanks.

Upvotes: 1

Views: 2523

Answers (1)

Firoz Ahmed
Firoz Ahmed

Reputation: 2006

https://docs.expo.io/versions/latest/expokit/eject/#3-eject

From your project directory, run expo eject. This will download the required dependencies and build native projects under the ios and android directories.

Upvotes: 2

Related Questions