highcharts / highcharts-react-native

Other
103 stars 79 forks source link

App is crashing when chart goes out of screen doing scroll in Android 10. #128

Closed hardiksonagrav closed 3 years ago

hardiksonagrav commented 3 years ago

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/"
    ]
  }
}
hardiksonagrav commented 3 years ago

Please check this code in android 10.

react-native-heighchart.zip

Denyllon commented 3 years ago

Hi @hardiksonagrav

Thank you for contacting us. As you can read in the documentation of this package:

This project is no longer actively maintained As of 01.01.2021, The React Native wrapper is no longer maintained by Highsoft. The repository will remain available, but we can not guarantee that it will work as intended with future releases of both React Native itself, or Highcharts.

That means we do not maintain/develop this package anymore, especially when it comes to face edge case problems like you described above.

Kind regards!

hardiksonagrav commented 3 years ago

Hi @hardiksonagrav

Thank you for contacting us. As you can read in the documentation of this package:

This project is no longer actively maintained As of 01.01.2021, The React Native wrapper is no longer maintained by Highsoft. The repository will remain available, but we can not guarantee that it will work as intended with future releases of both React Native itself, or Highcharts.

That means we do not maintain/develop this package anymore, especially when it comes to face edge case problems like you described above.

Kind regards!

@Denyllon Please check this. I am stuck there.

alokbytes commented 3 years ago

Resolve the issue in this commit. https://github.com/highcharts/highcharts-react-native/pull/131/commits/04e4f60fd37a31c18364d9c1376c3d7ffa99d034

hardiksonagrav commented 3 years ago

Resolve the issue in this commit. 04e4f60