Modal Crash App in Android
jdaniel-ap opened this issue · 3 comments
Good evenin everybody, I have been testing Modalize with expo and on iOS it behaves very well, but when I try to run it on android it crashes the application, I don`t know why.
this is the message it throws after crashing:
Projectd dependencies:
"dependencies": {
"@expo-google-fonts/raleway": "^0.2.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"expo": "~44.0.0",
"expo-app-loading": "~1.3.0",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.0",
"expo-status-bar": "~1.2.0",
"moti": "^0.17.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "^1.10.2",
"react-native-modalize": "^2.0.12",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-swiper-flatlist": "^3.0.16",
"react-native-tab-view": "^3.1.1",
"react-native-web": "0.17.1",
"react-navigation-stack": "^2.10.4",
"styled-components": "^5.3.3"
}
Best regards.
The problem was solved with the lastest merged.
@jdaniel-ap I have the same issue, can you help me with this?