react-native-animated-linear-gradient icon indicating copy to clipboard operation
react-native-animated-linear-gradient copied to clipboard

Version for snack.expo.io

Open Angelk90 opened this issue 5 years ago • 0 comments

Hi @heineiuo : congratulations for the module. The version you created is not supported on snack.expo.io, so I did a test. And here's a version that seems to work, if I publish it it would be interesting.

I used: import { LinearGradient as NativeLinearGradient } from 'expo';

instead of: import NativeLinearGradient from 'react-native-linear-gradient';

Link: https://snack.expo.io/BJTZVoSVV

You could call it: react-native-animated-expo-linear-gradient or react-native-animated-linear-gradient-expo

P.Š. In the example of the link that I gave you it seems that you can not put the text in the center, I tried everything, but it seems that you can not give us a look?

Angelk90 avatar Feb 04 '19 11:02 Angelk90