Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly initialize default transformOrigin prop value to "center"
Summary: ## Changelog: [Internal] - `view.transformOrigin` prop should be initialized to "center", since this is default [per documentaion](https://reactnative.dev/docs/next/transforms#transform-origin), and it should be treated this way even if the prop is not explicitly set from JS. Differential Revision: D54229772
- Loading branch information