Arpit Verma

Results 6 comments of Arpit Verma

it is most likely that the snack example is using expo > 48 on the website and the example is using expo 48, which can cause this. you will have...

you can very well test it out on simulators by following below steps: 1. Delete `yarn.lock` and `node_modules` 2. Run `yarn` within `Example` folder 3. Run `npx expo install --fix`...

@tomekzaw I see that #439 is merged. is this functionality available now?

@computerjazz Hi. Do you have near-future plans to migrate to react-native-reanimated 3? I think this PR could be helpful in those regards.

@MrFarhan check the expo version you are running the example on. It should be expo 48

@JonasMVeit it's something of a global layout animation repository, which he is using to manage experimental animation to `react-native-reanimated 2.x.x`, which won't be needed once upgraded to `react-native-reanimated 3.x.x` as...