onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
62 stars 4 forks source link

RN: canvas #447

Open onmyway133 opened 5 years ago

onmyway133 commented 5 years ago

https://github.com/iddan/react-native-canvas https://stackoverflow.com/questions/39972962/equivalent-of-canvas-in-react-native https://github.com/alibaba/GCanvas https://engineering.salesforce.com/experiments-with-high-performance-animation-in-react-native-80a0cb7052b0 https://hswolff.com/blog/react-native-art-and-d3/ https://facebook.github.io/react-native/blog/2017/02/14/using-native-driver-for-animated https://medium.com/@wwayne_me/let-s-drawing-charts-in-react-native-without-any-library-4c20ba38d8ab https://facebook.github.io/react-native/docs/performance

onmyway133 commented 5 years ago

ART

https://medium.com/the-react-native-log/animated-charts-in-react-native-using-d3-and-art-21cd9ccf6c58 https://medium.com/@jennysihua/creating-a-donut-chart-in-react-native-with-d3-and-art-2a7ac91dda5c https://stackoverflow.com/questions/37658957/no-component-found-for-view-with-name-artshape https://www.adeveloperdiary.com/d3-js/create-simple-pie-chart-using-d3-js/ https://hswolff.com/blog/react-native-art-and-d3/ https://github.com/facebook/react-native/issues/17565 https://github.com/facebook/react-native/issues/19927

flyskywhy commented 3 years ago

Since Alibaba feat: delete weex bridge & reactive bridge and it's final release broke the compiling on Android, here comes the @flyskywhy/react-native-gcanvas npm package.