import {Canvas, useFrame} from '@react-three/fiber/native';
but when i import these from @react-three/fiber/native it gives error :
error: Error: Unable to resolve module expo-gl from <project_dir_here>/node_modules/@react-three/fiber/native/dist/react-three-fiber-native.cjs.dev.js: expo-gl could not be found within the project or in these directories:
node_modules/@react-three/fiber/node_modules
node_modules
im not using an expo app. i have to implement in react-native-cli app
The example imports :
but when i import these from
@react-three/fiber/native
it gives error :im not using an expo app. i have to implement in react-native-cli app
Thanks in advance.