davram88
davram88
Seems to be resolved now in 2.5.2 version and expo 51
I am getting exactly the same issue as above, with the same environment as yours. It works good on android expo dev client, but the IOS is not working.
`const IS_DEV = process.env.APP_VARIANT === 'development'; const IS_STAGING = process.env.APP_VARIANT === 'staging'; const IS_PRODUCTION = process.env.APP_VARIANT === 'production'; const SPLASH_CONFIG = { backgroundColor: '#ffffff', image: './assets/splash.png', resizeMode: 'cover', } const...
I am getting the exact same issue. Is there a fix or temporary solution for this? "expo": "^52.0.27", "react": "18.3.1", "react-native": "0.76.6", "react-native-keyboard-controller": "1.15.2", "react-native-reanimated": "3.16.7",