Skip to content
New issue

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

Component Exception #11

Open
adeadavid opened this issue Sep 30, 2021 · 1 comment
Open

Component Exception #11

adeadavid opened this issue Sep 30, 2021 · 1 comment

Comments

@adeadavid
Copy link

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

@ProtocolMax
Copy link

add the prop itemColors tot the component

        <MakeItRain
            numItems={80}
            itemDimensions={{width: 40, height: 20}}
            itemComponent={<Text>🤍</Text>}
            itemColors={["red", "blue"]}
            itemTintStrength={0.8}
        />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants