react-native-snippets
React Native code snippets. Simple code templates for future tasks.
Victory Native Chart
library: https://www.npmjs.com/package/victory-native
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/VictoryNative/index.tsx
Custom Chart Slices
library: https://www.npmjs.com/package/react-native-svg
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/CustomChart/index.tsx
Reanimated Header
library: https://www.npmjs.com/package/react-native-reanimated
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/AnimatedHeader/index.tsx
Custom swiper
libraries:
- https://www.npmjs.com/package/react-native-reanimated
- https://www.npmjs.com/package/react-native-gesture-handler
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/Swipe/index.tsx
Custom Circle Slider
libraries:
- https://www.npmjs.com/package/react-native-reanimated
- https://www.npmjs.com/package/react-native-gesture-handler
- https://www.npmjs.com/package/react-native-svg
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/CircleSlider/index.tsx
Custom Progress Circle
libraries:
- https://www.npmjs.com/package/react-native-reanimated
- https://www.npmjs.com/package/react-native-svg
code: https://github.com/Gazfay/react-native-snippets/blob/main/src/components/ProgressCircle/index.tsx