0.2.5 • Published 2 years ago

@vesselsoft/react-native-shadow v0.2.5

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

@vesselsoft/react-native-shadow

React Native Shadow View for Android based on L-Briand/ShadowLayout library. Use default RN View component for ios fallback.

Installation

yarn add @vesselsoft/react-native-shadow

Usage

import { Text } from 'react-native';
import { ShadowView, ShadowText } from '@vesselsoft/react-native-shadow';

// ...

<ShadowView
  style={{
    shadowColor: '#000',
    shadowOffset: {
      width: 0,
      height: 1,
    },
    shadowOpacity: 0.18,
    shadowRadius: 1.0,
  }}
>
  <ShadowText>Hello World!</ShadowText>
</ShadowView>;

Contributing

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

License

MIT

0.2.5

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago