react-native-rainbow-background
v0.1.0
Published
Animating rainbow background for React Native
Maintainers
Readme
<RainbowBackground />

Install
$ yarn add react-native-rainbow-backgroundOr, if you use NPM:
$ npm install --save react-native-rainbow-backgroundUse
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.
