Can I use expo packages after expo eject

Viewed 1027

I have built an app using Expo and now due to some reasons I want to eject the app from expo cli using expo eject. Can I still use Expo packages ?

2 Answers

Yes you can use expo packages after expo eject expo eject does not affect any of your files it just creates android and ios folder

Related