react-native-rainbow-background
v0.1.0
Published
Animating rainbow background for React Native
Downloads
3
Maintainers
Readme
<RainbowBackground />
Install
$ yarn add react-native-rainbow-background
Or, if you use NPM:
$ npm install --save react-native-rainbow-background
Use
Use it like you would use a <View>
— no configuration required.
import RainbowBackground from 'reactn-native-rainbow-background';
const App = () => (
<RainbowBackground style={{ flex: 1 }} />
);
License
MIT.