Tomasz Zawadzki
Tomasz Zawadzki
@EternityForest Thanks for your contribution! Unfortunately, it looks like this pull request introduces a noticeable lag after each press as well as occasional segmentation faults on Raspberry Pi Zero with...
Hello @aleluiah! Thanks for reporting this issue! We also appreciate pointing out the analogous issue in react-native repo. I'm afraid that we don't have any setup for building Reanimated on...
Hello @xclidongbo! When exactly does this error appear? How do you build the app? Which version of Reanimated are you using? Do you use Expo?
Hello @alexg-93! Thanks for submitting the issue. Did you remember to run `pod install` in `ios` directory of your app after upgrading to Reanimated 2?
Okay. Did you remember to add `plugins: ['react-native-reanimated/plugin']` in `babel.config.js` of your app as mentioned in the [docs](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation#babel-plugin)?
Okay, now please run one of the following commands, depending on which package manager you use, in order to clear your application cache: * `yarn start --reset-cache` * `npm start...
> i have done reset cache but still no luck.. and im using standalone rn cli (not expo) Is it a regular setup of React Native or is it a...
Here's some more things you can check: * Try adding `import Animated from 'react-native-reanimated'; console.log(Animated);` in `index.js` of your app * Make sure you **don't** set `DONT_AUTOINSTALL_REANIMATED` flag for compiling...
@guptaprnv Hey, did you remember to run `pod install`?
Hey @Titozzz! Thanks for reporting this issue. Thanks to the repro you've provided I was able to successfully reproduce the issue on iOS: However, on Android it does not seem...