react-navigation-switch-transitioner
react-navigation-switch-transitioner copied to clipboard
undefined is not a object (evaluating ReanimatedModule.configureNativrProps)
I install this,and i also install react-native-reanimated ,and then I run ,but I got this error

@elyalvarado any idea?
@fantasy525 let me know the version of react, react-native, react-navigation and react-native-reanimated you're using to see if I can reproduce the error.
@fantasy525 let me know the version of react, react-native, react-navigation and react-native-reanimated you're using to see if I can reproduce the error. react:16.5.0 react-native:0.57.1 react-navigation:2.18.0 react-native-reanimated :1.0.0-alpha.10
Same
You will need to link the reanimated library.
react-native link react-native-reanimated
I would like to mention that after linking you will have an issue with the build if your project is using grade plugin 3+.
I have this issue with well linked library