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

Crashes when property isn't valid #41

Open
VityaSchel opened this issue Aug 31, 2021 · 1 comment
Open

Crashes when property isn't valid #41

VityaSchel opened this issue Aug 31, 2021 · 1 comment

Comments

@VityaSchel
Copy link

If I type for example

align-items: notexist;

it instantly crashes in expo go with no errors

@kristerkari
Copy link
Owner

That's probably because the CSS parser will throw an error. At least with normal React Native projects the error will be shown in the development mode. I'm not sure how it works in Expo.

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