Remove expo from react native
问题 I've had so many troubles with the tool, I seriously have been debugging expo morethan the app itself. How might I remove expo completely from CRNA? I would like to use CRNA and it's debugging tools without expo 回答1: You can do it by ejecting your app running npm run eject Then, if you have any reference to expo just remove all of them. your app modules before being ejected looks like this below: When you run npm run eject it will ask some questions like: be sure to select React Native: I'd