Tony Wang

Results 15 comments of Tony Wang

> Fixed it with help of this answer ([software-mansion/react-native-reanimated#2244 (comment)](https://github.com/software-mansion/react-native-reanimated/issues/2244#issuecomment-1337623271)), so added one line to the source code with a patch: I experience exactly the same issue like [MikhailVasiliev](https://github.com/MikhailVasiliev) The...

hi @donotriplett try this https://github.com/ds300/patch-package if you are using yarn,they also support patch package natively. in this way you fix node_modules in an easy way

@computerjazz for reanimated 3.x, the issue is many people use Expo to develop RN apps and Expo won't update the reanimated version to the latest version pretty fast. (In one...

> I had this too and fixed the issue by deleting the npx directory (`~/.npm/_npx/$SOME_ID_HERE`). > > You should see the path in the error for the relevant directory. iain-logan's...

Same Issue here, Mac It looks like the problem is with es6 syntax in the source code ```import insight from './utils/insight'```, do we need to first transpile it then run?...