You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most probably you have missed Linking step, also you have to use physical device not simulator
pod 'ViroReact', :path => '../node_modules/@reactvision/react-viro/ios/'
pod 'ViroKit', :path => '../node_modules/@reactvision/react-viro/ios/dist/ViroRenderer/'
Hi, I'm using React-Native version 0.76, and tried the following official example but keep getting the error (as attached in the screenshot below):
I tried downgrading the React native version as per the version used in this repo, but then the app doesn't even load due to version incompatibility
"
dependencies": { "@reactvision/react-viro": "^2.41.4", "react": "18.2.0", "react-native": "0.73.3" },
My app loads on the following versions, but the attached error exists:
"@reactvision/react-viro": "^2.42.0", "react": "18.3.1", "react-native": "0.76.0"
Can anyone help resolve this?
The text was updated successfully, but these errors were encountered: