Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change my project 'expo' to ' normal' [duplicate]

I have a project which is created by expo init but I don't want use expo anymore and I wanna get a build from xcode. How can I change this expo to normal project

like image 462
Atakan Avatar asked Dec 22 '25 04:12

Atakan


1 Answers

You can eject from expo.

From your terminal if you have the expo cli

expo eject

You can read about this here Ejecting to ExpoKit.

like image 113
EQuimper Avatar answered Dec 23 '25 19:12

EQuimper