goshacmd / react-native-rainbow-background

🌈 Animating rainbow background for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<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.

About

🌈 Animating rainbow background for React Native


Languages

Language:JavaScript 100.0%