Zeya Peng
Zeya Peng
## Summary: as title ## Changelog: [Internal] - extract constants type in BlobModule Reviewed By: chpurrer Differential Revision: D54073162 ## Test Plan: CI tests pass
Summary: ## Changelog: [General] [Changed] - Use semver to do version comparison in cli instead of custom fn `parseVersion` ~~adding test for PR change in https://github.com/facebook/react-native/pull/43712~~
Summary: ## Changelog As a followup to https://github.com/facebook/react-native/pull/45139 There I only implemented `hostPlatformColorFromRGBA` and `alpha/red/green/blueFromHostPlatformColor` on cxx platform, then used cxx platform specific method at some places. but really I...
Summary: Share definition of `SubmitBehavior` enum on ios, and use it on android Changelog: [Internal] Reviewed By: rshest Differential Revision: D64718150
Summary: move `multiline` and `submitBehavior` from ios and android respectively to BaseTextInputProps Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D64494449