starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

React-Native Starter Code not Working

Open PriyaJainDev opened this issue 11 months ago • 1 comments

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):

Image

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?

PriyaJainDev avatar Feb 13 '25 20:02 PriyaJainDev