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

fix: cannot set property transform of undefined (gStyle) #2355

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Jul 19, 2024

Summary

Fix bug introduced in #2189,
if style is not provided, then StyleSheet.flatten returns undefined, and we're trying to access transform of it.

Test Plan

Run example app

@jakex7 jakex7 merged commit 657a102 into main Jul 19, 2024
1 check passed
@jakex7 jakex7 deleted the @jakex7/fixGStyle branch July 19, 2024 09:52
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

Successfully merging this pull request may close these issues.

2 participants