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

0.2.0 • Public • Published

react-native-shadow-android

Provide a native shadow View component for Android.

Installation

npm install react-native-shadow-android

Example!

Usage

import View from "react-native-shadow-android";

// ...

<View style={{
    shadowColor: 'rgba(142, 142, 142, 0.5)',
    shadowOffset: {
      width: 0,
      height: 4,
    },
    shadowRadius: 8,
    shadowOpacity: 1,
    backgroundColor: '#fff',
    }}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-shadow-android

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

716 kB

Total Files

137

Last publish

Collaborators

  • bard-liu