Jamyth Luk

Results 9 comments of Jamyth Luk

@usamamoinakhter I think `react-native-shadow` cannot achieve neumorphism as it only provides top and bottom options for border shadow.

@usamamoinakhter Sorry I get this wrong. using BoxShadow can achieve this

@prasid444 You can do this simply by overlapping two rn shadow together with different offset, but still have a problem with the inset shadow and round corner.

@usamamoinakhter Please consider not using `react-native-shadow` for android version. there is a problem with the round border, the shadow cannot render properly as expected.

@prasid444 Check this out On Android ![WhatsApp Image 2020-02-11 at 14 41 05](https://user-images.githubusercontent.com/56388637/74215669-c7fd3e00-4cdc-11ea-813d-89cd8f62de0b.jpeg)

@dhuber666 use react-native-svg instead

There is a temporary solution for this ` {[ ]} `

> I reimplemented this plugin in a way that supports the round corner. It is part of my library but it is isolated enough to be adapted on any project....

I just wonder would it be better if the light and dark shadow is something close to the theme color XD