0.1.0 • Published 7 years ago

react-native-rainbow-background v0.1.0

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

<RainbowBackground />

npm.io

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.