react-native-gradients
react-native-gradients copied to clipboard
A simple gradient library for React Native.
How can we set it as a Background for a mobile app (React Native)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
We have a gradient in position absolute next to the `children`. When children changes, gradient was not being updated due to sharing ID of the previous definition. This fixes the...
After the React Native update 0.76 application crashing on Android
We currently have a dependency on `react-native-svg@npm:15.2.0`. `react-native-gradients` has a dependency on `react-native-svg` with a version of `>=13.2.0` which installs `react-native-svg@npm:15.12.1` - this causes an error (`TypeError: Cannot read property...