react-native-gradients
react-native-gradients copied to clipboard
Fix onLayout gradient not being updated
trafficstars
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 issue.