Closed hhsthefaker closed 9 months ago
👋 hi there, for issues that aren't that pressing, that could be related to threejs etc, please consider github discussions.
Error: Cannot find native module 'ExponentGLObjectManager', js engine: hermes TypeError: Cannot read property 'GLView' of undefined
I used react-native bare project with following environment and dependency and it gives upper errors "dependencies": { "@apollo/client": "^3.9.5", "@react-native-async-storage/async-storage": "^1.22.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native": "^6.1.10", "@react-navigation/stack": "^6.3.21", "@react-three/drei": "^9.97.6", "@react-three/fiber": "^8.0.0-beta.10", "expo": "^50.0.7", "expo-asset": "^9.0.2", "expo-file-system": "^16.0.6", "expo-gl": "^13.6.0", "expo-modules-core": "^1.11.9", "graphql": "^16.8.1", "react": "^18.0.0-rc.3", "react-hook-form": "^7.50.1", "react-native": "0.73.4", "react-native-gesture-handler": "^2.15.0", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0", "react-native-webview": "^13.8.1", "styled-components": "^6.1.8", "three": "^0.161.0" },
"dependencies": { "@apollo/client": "^3.9.5", "@react-native-async-storage/async-storage": "^1.22.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native": "^6.1.10", "@react-navigation/stack": "^6.3.21", "@react-three/drei": "^9.97.6", "@react-three/fiber": "^8.0.0-beta.10", "expo": "^50.0.7", "expo-asset": "^9.0.2", "expo-file-system": "^16.0.6", "expo-gl": "^13.6.0", "expo-modules-core": "^1.11.9", "graphql": "^16.8.1", "react": "^18.0.0-rc.3", "react-hook-form": "^7.50.1", "react-native": "0.73.4", "react-native-gesture-handler": "^2.15.0", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0", "react-native-webview": "^13.8.1", "styled-components": "^6.1.8", "three": "^0.161.0" },
Is there anyway to get GLView from other modules or library?
👋 hi there, for issues that aren't that pressing, that could be related to threejs etc, please consider github discussions.
Error: Cannot find native module 'ExponentGLObjectManager', js engine: hermes TypeError: Cannot read property 'GLView' of undefined
I used react-native bare project with following environment and dependency and it gives upper errors
"dependencies": { "@apollo/client": "^3.9.5", "@react-native-async-storage/async-storage": "^1.22.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native": "^6.1.10", "@react-navigation/stack": "^6.3.21", "@react-three/drei": "^9.97.6", "@react-three/fiber": "^8.0.0-beta.10", "expo": "^50.0.7", "expo-asset": "^9.0.2", "expo-file-system": "^16.0.6", "expo-gl": "^13.6.0", "expo-modules-core": "^1.11.9", "graphql": "^16.8.1", "react": "^18.0.0-rc.3", "react-hook-form": "^7.50.1", "react-native": "0.73.4", "react-native-gesture-handler": "^2.15.0", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0", "react-native-webview": "^13.8.1", "styled-components": "^6.1.8", "three": "^0.161.0" },
Is there anyway to get GLView from other modules or library?