expo / expo-three

Utilities for using THREE.js on Expo
MIT License
711 stars 87 forks source link

Quick start not working, crashing without output #257

Open tst-fractal opened 2 years ago

tst-fractal commented 2 years ago

running npx create-react-native-app -t with-three creates the project however the npm install does not finish with success unless using --legacy-peer-deps or bumping three version to ^0.127.0" After successful npm install when running on the device the example app crashes without any output

JSneak commented 2 years ago

Are you using an android device? I also have a similar issue.

tst-fractal commented 2 years ago

Yes, I am using an android device (Android 11) , did not test on IOS yet.

FladioArmandika commented 2 years ago

I have the same problem with iOS here

shadow-boy commented 2 years ago

use a physical device as the main web page said

princeSmall commented 1 year ago

I also have a similar issue with iOS