0.1.5 • Published 3 years ago

react-native-neumorphism v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-neumorphism

Neumorphism shadows for Android, iOS and Web

Installation

yarn add react-native-neumorphism

Usage

import Neumorphism from "react-native-neumorphism";

// ...

<Neumorphism
  lightColor={'#dedddd'}
  darkColor={'#979797'}
  shapeType={'flat'}
  radius={50}
>
  <View style={{ width: 200, height: 200}}>
    <Text>TEST</Text>
  </View>
</Neumorphism>

License

MIT