expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

iOS white screen - expo-three setup

Open MykhailoButkevych-MR opened this issue 1 year ago • 0 comments

I'm new with expo-three, just tried now to create universal React project with expo-three setup: npx create-react-native-app -t with-three. There was no issues with Android (I can see rotating cube), but unfortunately iOS Simulator just shows white screen. I don't see any errors besides one log: EXGL: gl.pixelStorei() doesn't support this parameter yet!

package.json: "dependencies": { "expo": "^46.0.0", "expo-asset": "~8.6.1", "expo-file-system": "~14.1.0", "expo-gl": "~11.4.0", "expo-modules-core": "~0.11.3", "expo-three": "^6.1.0", "react": "18.0.0", "react-dom": "18.0.0", "react-native": "0.69.4", "react-native-web": "~0.18.7", "three": "^0.143.0" }, "devDependencies": { "@babel/core": "^7.18.6" },

iPhone 12 Simulator, iOS 14.3

MykhailoButkevych-MR avatar Sep 28 '22 06:09 MykhailoButkevych-MR