jeremybarbet/react-native-modalize

Crashed on ios on release mode

gomezmark opened this issue · 0 comments

App crashed when going to the screen that has modalize.
On debug mode it is working fine, there's no registered error on diagnostic.
It also working fine on android.

<Modalize
        ref={modalizeRef}
        alwaysOpen={200}
        modalHeight={height}
        velocity={4000}
        dragToss={0.5}
        handlePosition="inside">
...
</Modalizee

Dependencies:

"react": "17.0.2",
"react-native": "0.64.2",
"react-native-modalize": "^2.1.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "2.2.0",