Ottoh Hidayatullah
Ottoh Hidayatullah
same issue, running well but fail when try to build via XCode
do you working to fix this ? @frw
thankyou for quick response @frw, when i try it still not working with my own project, i already try set false for expo-dev-client. btw im using this for my template...
@frw yeah its already there in my podfile. but let me try again after looking your example maybe i need change the way of my implement.
**App.json** : { "name": "myProjectName", "displayName": "myProjectName", "expo": { "name": "myProjectName", "slug": "myProjectName", "owner": "myProjectName", "scheme": "myProjectName", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/app-icon-all.png", "splash": { "image": "./assets/images/splash-logo-all.png", "resizeMode": "contain", "backgroundColor":...
i try with new implementation, based on your example approach its successfully, 
same to me, any solution for this ?