Thilo

Results 24 comments of Thilo

Same issue, but gets worst when smoothing is used: https://github.com/xanderdeseyn/react-native-responsive-linechart/issues/83

@methineeinkan @thipmanus @NongKaittong Make sure to only draw the chart, when you have more than 2 data points. Otherwise android crashes with an exception when drawing the svg.

@N1ghtly Here is another example where its more visible. Should we add some kind of padding into the library for these cases? ![image](https://user-images.githubusercontent.com/12113052/129371526-8dc7d797-faaf-458e-bb57-8264ab7d68d4.png) Without smoothing, it is not cut off....

> Running into this issue also. Find any solutions @tlow92? Unfortunately not. Only the workaround that I outlined in the initial post: Manipulating the min max values so that they...

@adrian-burkhart Unfortunately that did not really help. Fiddling with viewport can prevent the bottom cut-off (even though it's hard to get it working for dynamic values where it's depending on...

Any update on this? Facing the same problem. Got ~40 events on this ranging from Android 7 to Android 9.

> +1 any solution I suggest, you move to expo-local-authentication https://docs.expo.dev/versions/v46.0.0/sdk/local-authentication/ This repo here is dead.

> I found this to be a problem when the Scheme's Build Configuration is set to Debug but not when it's set to Release. I'm using React Native 0.59.9 and...

Only solution is to use react-native-firebase, but i don't want to introduce it only for detecting opening of push notifications and it has its own problems, like receiving device token...