react-native-neumorphism
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

react-native-neumorphism

Neumorphism shadows for Android, iOS and Web

screenshot

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

Package Sidebar

Install

npm i react-native-neumorphism

Weekly Downloads

5

Version

0.1.5

License

MIT

Unpacked Size

2.75 MB

Total Files

125

Last publish

Collaborators

  • chr314