We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object on props.itemsColors.length while only passing the required props on the documentation any help on hoe to fix this
The text was updated successfully, but these errors were encountered:
add the prop itemColors tot the component
<MakeItRain numItems={80} itemDimensions={{width: 40, height: 20}} itemComponent={<Text>🤍</Text>} itemColors={["red", "blue"]} itemTintStrength={0.8} />
Sorry, something went wrong.
No branches or pull requests
undefined is not an object on props.itemsColors.length while only passing the required props on the documentation
any help on hoe to fix this
The text was updated successfully, but these errors were encountered: