Segunashcode-1627405700504.hashnode.dev·Mar 12, 2023Creating Gradient With React Native Linear Gradients and React Native SVGGradients let us display smooth transitions between two or more specified colours. Even though gradients are a popular component of CSS on the web, they are not supported in React Native at the time of writing this article so developers often rely on...200 readsReact Native
Roghashin Timbitiezrogha.hashnode.dev·Jun 10, 2022Animate SVG Path in RN with ReanimatedStart a new Expo project (Assuming you already installed expo globally) expo init animatedHouse install react-native-svg and react-native-reanimated yarn install react-native-svg react-native-reanimated Add Reanimated's babel plugin to your babel.con...730 readsReact Native