react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

## 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:...

CLA Signed
Shared with Meta

Summary: This contains an hotfix for the CLI needed for 0.74 Changelog: [Internal] [Changed] - Bump CLI to 13.6.1 Differential Revision: D54073715

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

## 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...

CLA Signed
Partner
p: Infinite Red
Shared with Meta

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

## 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...

CLA Signed
Partner
p: Callstack
Pick Request

### 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)....

Platform: Android
API: Linking
Needs: Triage :mag:
Needs: Repro
Needs: Attention