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 Differential Revision: D53393475

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 Differential Revision: D53393471

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 Differential Revision: D53393138

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Do not serialize text attributes that are not used later ## Changelog: [INTERNAL] [REMOVED] - Do not serialize text attributes that are not used later ## Test Plan:

CLA Signed
Shared with Meta

### Description I have a TextField that accepts an email address. `` If I now use the "Hide my email" workflow on iOS instead of entering an email address, the...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput

### Description We noticed that sometimes the `onChangeText` event of `TextInput` was fired with text longer than `maxLength`. According to the doc, this behaviour seems to be unexpected. > maxLength:...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput
Needs: Triage :mag:

Sorry if I had to re-use the same title of [this other issue](https://github.com/facebook/react-native/issues/27307) but basically I find that issue well written (except for a useful repro that could be there)...

Component: TextInput
Platform: Android
Needs: Triage :mag:

### Description When the scrollview container is bigger than total item width, on scroll the items start sticking on right on android. Tested on physical device as well https://github.com/facebook/react-native/assets/136585177/6ed7efe5-9436-46c5-b5d8-e34236b496af ###...

Component: ScrollView
Needs: Triage :mag:
Needs: Repro
Needs: Attention

## Summary: According to [documentation](https://reactnative.dev/docs/layoutevent#example) the `target` property exist: Also if you log `nativeEvent` you'll see that the property indeed exist, however from TS declaration perspective this property doesn't exist....

CLA Signed
Shared with Meta

Summary: Changelog: [internal] This feature flag is accessed through `CoreFeatures` but it's initialized a few different ways: * Android: assigned via `ReactFeatureFlags`, which is overridden by apps. * iOS: `ReactNativeConfig`...

CLA Signed
p: Facebook
Partner
fb-exported