react-nativereact-navigation-drawerreact-native-reanimated

React-native Atempt to invoke virtual method 'double java.lang.double.doublevalue()' on a null object reference (2019)


Seems to be a problem with react-native-reanimated


Solution

  • Seems to be a problem with react-native-reanimated 1.5.0 which was released a few hours ago. Downgrading to 1.4.0 solved it

    "react-native-reanimated": "1.4.0"