I use scichart in my React Native (0.64.4) application. On android/ios - simulators (mac/windows intel) my app is doing well, but sometimes It crashes on iOS - simulator (Apple M1 Silicon) without any errors in console. Is anybody have the same issue? How to figure it out?
Asked
Active
Viewed 159 times
2
-
Hi Alex, are you using SciChart.js inside ReactJS in an iOS app? Or are you using SciChart's native iOS charts. – Dr. Andrew Burnett-Thompson Jul 30 '21 at 13:10
-
@Dr.AndrewBurnett-Thompson Hi. It's react native app – Alex Jul 30 '21 at 13:13
-
Yes but the scichart library. Is it scichart for iOS or SciChart for JavaScript. – Dr. Andrew Burnett-Thompson Jul 30 '21 at 13:48
-
@Dr.AndrewBurnett-Thompson Oh, I didn't catch for the first time. I'm using native charts. – Alex Aug 02 '21 at 06:31
-
I have React Native wrapper on two natives scichart librarys for IOS & Android. And I have the similar situation, on android it works fine with out any errors, but on IOS scichart every time crashs with memory leak issue – jocoders Dec 27 '21 at 12:34
-
Hi Alex, create a small GitHub repo of wrapping SciChart.iOS in React Native and post it on the forums at scichart.com/questions. This will really help as the scichart team are not experts in React Native. We'd love to get this working though! – Dr. Andrew Burnett-Thompson Jan 22 '22 at 09:02