PiotrKedra / FlexWeather

My first app published in google play, build with react-native
https://play.google.com/store/apps/details?id=piotrkedra.flexweather&hl=en_US&gl=US
0 stars 0 forks source link

Performacne issue when loading chart #27

Open PiotrKedra opened 4 years ago

PiotrKedra commented 4 years ago

App is stucked for 2 sec when has to load chart

PiotrKedra commented 4 years ago

I tried to use React.Suspens and some async render. It acts better, but still not as it should

PiotrKedra commented 4 years ago

Mb try to not render whole new Svg, but chnage existing one

PiotrKedra commented 4 years ago

APP FREEZE WHEN SWITCHING BETWEEN DIFFERENT CHARTS ( should investigate it in new clear project and if it still exist create bug for 'react-native-svg')

PiotrKedra commented 4 years ago

we can pass laged animation fully to native code https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app