react-native-dynamic-backgroundCreate a dynamic backgroud with an infinite amount of colorsInstallingnpm i react-native-dynamic-backgroundAPIExampleimport{DynamicBackground}from'react-native-dynamic-background';<View><DynamicBackgroundspeed={800}colors={['#833ab4','#fd1d1d','#fcb045']}/></View>