Ejecting from expo cli - can you edit in Xcode?

Hi! My dev team member ejected our project from expo cli and it is able to sucessfully build - but can I go in and edit the app now through the Xcode workspace? When I open the workspace it doesn’t look like there is any area to edit since it doesn’t have the bulk of the javascript code.

1 Like

I suppose there will be no js code within IOS folder. All JS code contained in higher level folder.

So, IOS files in IOS folder, andoid files in Android folder. JS files in other folders.

@sirmong is correct! You can still edit the JS files, but also have access to the native iOS files now that you’ve ejected. You can read more about it here → https://docs.expo.io/versions/latest/expokit/eject/