Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cannot set property transform of undefined (gStyle) (#2355)
# 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
- Loading branch information