navigation.goBack(): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c in tid 1022 (RenderThread), pid 97 android react native

Dear everyone!,
Can you help me with this case?
When I open the details page and scroll to half the page and back, the application crashes with the same error as above. (Only available on android)
1/ If in Androidmanifest.xml I add " android:hardwareAccelerated=“false”" to <Activity, it runs normally but Shadow doesn’t work.
Please educate yourself.
Thank you!

package.json

{

“name”: “MTA”,

“version”: “0.0.1”,

“private”: true,

“scripts”: {

"android": "react-native run-android",

"ios": "react-native run-ios",

"start": "react-native start",

"test": "jest",

"lint": "eslint ."

},

“dependencies”: {

"@react-native-async-storage/async-storage": "^1.15.6",

"@react-native-community/masked-view": "^0.1.10",

"@react-native-community/netinfo": "^6.0.0",

"@react-native-community/progress-bar-android": "^1.0.4",

"@react-native-community/progress-view": "^1.3.1",

"@react-native-community/push-notification-ios": "^1.10.0",

"@react-native-community/toolbar-android": "0.1.0-rc.2",

"@react-native-firebase/app": "^12.3.0",

"@react-native-firebase/messaging": "^12.3.0",

"@react-navigation/bottom-tabs": "^6.0.5",

"@react-navigation/drawer": "^6.1.4",

"@react-navigation/native": "^6.0.2",

"@react-navigation/stack": "^6.0.7",

"axios": "^0.21.1",

"popup-ui": "^1.2.2",

"react": "17.0.1",

"react-devtools": "^4.16.0",

"react-native": "^0.64.2",

"react-native-animatable": "^1.3.3",

"react-native-autoheight-webview": "^1.5.8",

"react-native-gesture-handler": "^1.10.3",

"react-native-linear-gradient": "^2.5.6",

"react-native-paper": "^4.9.2",

"react-native-pdf": "^6.3.0",

"react-native-push-notification": "^7.4.0",

"react-native-reanimated": "^2.2.0",

"react-native-safe-area-context": "^3.3.0",

"react-native-sqlite-storage": "^5.0.0",

"react-native-swiper-flatlist": "^3.0.14",

"react-native-vector-icons": "^6.6.0",

"react-native-webview": "^11.6.5",

"rn-fetch-blob": "^0.11.0"

},

“devDependencies”: {

"@babel/core": "7.12.10",

"@babel/runtime": "7.12.5",

"@react-native-community/eslint-config": "^2.0.0",

"babel-jest": "26.6.3",

"eslint": "^7.18.0",

"jest": "^26.6.3",

"metro-react-native-babel-preset": "^0.64.0",

"react-test-renderer": "17.0.1"

},

“jest”: {

"preset": "react-native",

"setupFiles": [

  "./node_modules/react-native-gesture-handler/jestSetup.js"

]

}

}