Hi, I just simply tried putting the example supplied in your readme into my React Native app.
<MakeItRain numItems={80} itemDimensions={{width: 40, height: 20}} itemComponent={<Text>馃</Text>} itemTintStrength={0.8} />
However I got this error:

How do I fix this?
Hi, I just simply tried putting the example supplied in your readme into my React Native app.
<MakeItRain numItems={80} itemDimensions={{width: 40, height: 20}} itemComponent={<Text>馃</Text>} itemTintStrength={0.8} />However I got this error:

How do I fix this?