react-native-radial-gradient icon indicating copy to clipboard operation
react-native-radial-gradient copied to clipboard

Radial gradient library for react native

Results 21 react-native-radial-gradient issues
Sort by recently updated
recently updated
newest added

When i try to install cocoapods i get this ``` [!] There are multiple dependencies with different sources for `SRSRadialGradient` in `Podfile`: - SRSRadialGradient (from `../node_modules/react-native-radial-gradient/ios`) - SRSRadialGradient (from `../node_modules/react-native-radial-gradient`)...

Invariant Violation: requireNativeComponent: "SRSRadialGradient" was not found in the UIManager ``` "react": "^18.0.0", "react-native": "^0.69.3", "react-native-radial-gradient": "^1.1.2", ```

android/app/src/main/java/com/dating/MainApplication.java:33: error: cannot find symbol packages.add(new RNRadialGradientPackage()); ^ symbol: class RNRadialGradientPackage --- android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:121: error: cannot find symbol new RNRadialGradientPackage(), ^ symbol: class RNRadialGradientPackage location: class PackageList --- android/app/src/main/java/com/dating/MainApplication.java:16: error: package...

I have tried to play with `Reanimated 2`, but unable to make it work. The gradient and radius stay the same. It works on React native SVG for the radius...

On iOS, if you pass center as `[0, 0]` and dynamically update it to other value, it won't be updated. As on native side, it is recognised as CGPoint (not...

Hello, I really like the library but simply borderRadius prop not working :( I've tried to fix it but could not find the solution. Can you please take a look...

It would be much more convenient if the center and radius props also accepted relative arguments such as percentage values contained in strings. As can be done with a component's...

I have 2 RadialGradients (both absolutely positioned), with .absoluteFill set, so they both fill the entire screen and overlap one another. Each one has a child TouchableOpacity, but the problem...

I'm trying to interpolate between a regular color and a transparent one in order to have 2 radial gradients that interact with each other. Unfortunately it seems `transparent` gets ignored...