Skip to content

mfmurray/react-native-dynamic-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-dynamic-background

Create a dynamic backgroud with an infinite amount of colors

Installing

npm i react-native-dynamic-background

API

Example

import { DynamicBackground } from 'react-native-dynamic-background';

<View>
  <DynamicBackground
    speed={800}
    colors={['#833ab4','#fd1d1d','#fcb045']}
  />
</View>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors