highcharts/highcharts-react-native

App is crashing when chart goes out of screen doing scroll.

hardiksonagrav opened this issue · 6 comments

-> I've added a Chart on top of the screen.
-> And I scroll and hide the chart.
-> Then for some reason, the app crashes while going back.

Hi @hardiksonagrav ,

Thank you for your report. Honestly, it will be hard to guess what is going on there without any information about your app implementation. We do need some application log file/errors you've got on your side, or something which will help us to find out what can be the reason, so cold you provide us with it? Might be much easier to also get a minimal repository, where the problem occurs, because we are not able to reproduce the problem, even when there are multiple charts on the page.

Kind regards!

it just crashes we do not get any error.
Have put configuration regarding highcharts below.
hichart.txt

Could you share your package.json ?

It's crash in some device. I used android 10.
package.json
{
"name": "app_name",
"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": {
"@highcharts/highcharts-react-native": "^3.1.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^3.0.6",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/drawer": "^5.11.4",
"@react-navigation/material-bottom-tabs": "^5.3.10",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"axios": "^0.21.1",
"deprecated-react-native-listview": "0.0.6",
"moment": "^2.29.1",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-deep-linking": "^2.2.0",
"react-native-elements": "^3.0.1",
"react-native-gesture-handler": "^1.9.0",
"react-native-google-places-autocomplete": "^2.1.2",
"react-native-image-picker": "^3.1.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-dropdown-v2": "^0.11.1",
"react-native-material-menu": "^1.1.3",
"react-native-otp-inputs": "^6.0.0",
"react-native-paper": "^4.5.0",
"react-native-pie": "^1.1.2",
"react-native-plaid-link-sdk": "^7.0.0-rc2",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.0",
"react-native-slider": "^0.11.0",
"react-native-speedometer": "^1.0.5",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-tab-view": "^2.15.2",
"react-native-toast-message": "^1.4.2",
"react-native-unimodules": "^0.12.0",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^11.0.2",
"react-number-format": "^4.4.1",
"rn-swipeable-panel": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}

I checked app is crashed only in android 10.

Same to me... is crashing in android 10