react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Reviewed By: javache Differential Revision: D54027181
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Reviewed By: javache Differential Revision: D54027187
## Summary: This adds support for color longs to HostPlatformColor per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). ## Changelog: [ANDROID] [ADDED] - Update HostPlatformColor to support color longs ## Test Plan:...
Summary: This contains an hotfix for the CLI needed for 0.74 Changelog: [Internal] [Changed] - Bump CLI to 13.6.1 Differential Revision: D54073715
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Reviewed By: arushikesarwani94 Differential Revision: D54027178
## Summary: This adds support for 64 bit integer (long) values to the Android bridge. Per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) Android encodes wide gamut colors as long values so...
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Reviewed By: javache Differential Revision: D54027185
Summary: IViewGroupManager is NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Reviewed By: rshest Differential Revision: D54034058
## Summary: When testing out `0.74.0-rc0` I found that when the metro is not running we are not displaying RedBox which bumps users to start the packager and reload the...
### Description I had an error when integrating a third-party Android `.aar` to my project. With `newArchEnabled=false` the project is compiling successfully but crashing on start (even in debug mode)....