chr314 / react-native-neumorphism

Neumorphism shadows for Android, iOS and Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neumorphism shadows for Android, iOS and Web

License:MIT License


Languages

Language:TypeScript 32.0%Language:Java 26.9%Language:Objective-C 14.5%Language:Kotlin 11.0%Language:JavaScript 6.3%Language:Ruby 5.1%Language:Swift 3.7%Language:C 0.4%