react-navigation-switch-transitioner icon indicating copy to clipboard operation
react-navigation-switch-transitioner copied to clipboard

undefined is not a object (evaluating ReanimatedModule.configureNativrProps)

Open fantasy525 opened this issue 7 years ago • 7 comments

I install this,and i also install react-native-reanimated ,and then I run ,but I got this error image

fantasy525 avatar Oct 28 '18 12:10 fantasy525

@elyalvarado any idea?

fantasy525 avatar Nov 05 '18 02:11 fantasy525

@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.

elyalvarado avatar Nov 05 '18 12:11 elyalvarado

@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

fantasy525 avatar Nov 06 '18 10:11 fantasy525

Same

imwexpex avatar Nov 26 '18 11:11 imwexpex

You will need to link the reanimated library. react-native link react-native-reanimated

andho avatar Dec 10 '18 17:12 andho

I would like to mention that after linking you will have an issue with the build if your project is using grade plugin 3+.

andho avatar Dec 10 '18 17:12 andho

I have this issue with well linked library

imwexpex avatar Dec 10 '18 18:12 imwexpex