React Native supports the start and end properties, e.g. <View start={1} />. This repo overrides them. This causes typing issues.
The ideal solution would be that react-native-linear-gradient make a new release renaming these props to something else. We could make it backward compatible. Thoughts?
I made this pull request: #280
React Native supports the
startandendproperties, e.g.<View start={1} />. This repo overrides them. This causes typing issues.The ideal solution would be that
react-native-linear-gradientmake a new release renaming these props to something else. We could make it backward compatible. Thoughts?I made this pull request: #280