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

Property startSize crashes the app #100

Open
Saurabh-stack opened this issue Jul 12, 2020 · 2 comments
Open

Property startSize crashes the app #100

Saurabh-stack opened this issue Jul 12, 2020 · 2 comments

Comments

@Saurabh-stack
Copy link

On giving property startSize="number", the expo app get crash.
if we give startSize=number, it will not work at all.

Eg:
<StarRating disabled={true} starSize="30"/> Will crash the app
<StarRating disabled={true} starSize=30/> Will not work

@NESYOR
Copy link

NESYOR commented Jul 14, 2020

try giving it as

@Rabi03
Copy link

Rabi03 commented Oct 17, 2020

will work

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

3 participants