Remember to change app.json to have the iOS bundle and Android package definitions first before ejecting.
expo eject
# select ExpoKit
Now install pods
cd ios
pod install --repo-update
Run emulator
cd ..
expo start
react-native run-ios
yarn add react-native-zip-archive
react-native link react-native-zip-archive
cd ios
pod install
cd ..
react-native run-ios
NB: If you don't specifically configure the package details in
app.json
then you'll be prompted for the inputs as port of theexpo eject
process.