React-native-linear-gradient: borderTopLeftRadius not supported in iOS

Created on 30 Nov 2016  路  3Comments  路  Source: react-native-linear-gradient/react-native-linear-gradient

In iOS LinearGradient only support borderRadius, per corner is not supported.

Any plans to support this feature in iOS?

Thanks!!

Most helpful comment

@ajonno
You can add " . overflow: 'hidden' " to the style that works

All 3 comments

i REALLY need this to for a project we're working on now. Any assistance would be great, or tips on forking and making the changes ourselves ?

@ajonno
You can add " . overflow: 'hidden' " to the style that works

Hey! I'm closing this since it looks like a solved issue.

Was this page helpful?
0 / 5 - 0 ratings