React native – Using Keyframe from react-native-reanimated causes app crash
Just upgraded "react-native-reanimated" to v3.6.1 and now all my Keyframe animations make the app crash without showing any error even on emulator. export const SampleKeyframe = new Keyframe({ from: { transform: [{ rotate: '0deg' }], }, to: { transform: [{…