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

### Description When Application is in Development Mode why screen time out wont apply on it (Real Device ) . if we want to call api only when user is...

Needs: Author Feedback
Needs: Repro
Needs: Version Info

Summary: Changelog: [Internal] Updates the doc comment on `Function::createFromHostFunction` to mention that (a copy of) the provided `std::function` may be destroyed on an arbitrary thread, much like `HostObject` (where this...

CLA Signed
p: Facebook
Partner

### Description After using useNativeDriver transform button, finger movement occurs when the button is pressed, the button's onPress will not be called, but the visual feedback of the button is...

Component: Button
Needs: Triage :mag:
Type: New Architecture

### Description Issue coming in Firebase ### Steps to reproduce Issue is in production ### React Native Version 0.70.3 ### Affected Platforms Runtime - Android ### Output of `npx react-native...

Needs: Author Feedback
Needs: Repro
Type: Unsupported Version

Summary: changelog: [Android][Fixed] - fix a crash in Modal component Instance variable `propertyRequiresNewDialog` in `ReactModalHostView` controls if new dialog will be created on next `showOrUpdate` or not. It must be...

CLA Signed
p: Facebook
Partner

## Summary: The FlatList `keyExtractor` for the case of multicolumn lists was causing remounts of all items, in case a single item was removed. This bug was caused by the...

CLA Signed
Shared with Meta

### Description 1.use newArch in app 2.create a turboModule in app,but no as a libray in external folder ,then yard add into node_module to be a library(**as a library can...

Needs: Triage :mag:
Newer Patch Available
Type: New Architecture

Summary: Changelog: [Internal] Fixes a crash that may happen on Android when the `inspectorEnableModernCDPRegistry` feature flag is true, and clarifies the documentation of `HostTarget::create()` to avoid similar issues in future...

CLA Signed
p: Facebook
Partner

Summary: In addition to memoizing `mergedStyle` in `createAnimatedComponent`, this avoids unnecessary object allocations by: * Not allocating `passthroughProps`, created via a rest spread operator. It is unnecessary because we always...

CLA Signed
p: Facebook
Partner

## Summary: Fixes customizeRootView migration comment. cc @cipolleschi ## Changelog: [IOS] [FIXED] - Fixes customizeRootView migration comment ## Test Plan: ![image](https://github.com/facebook/react-native/assets/5061845/bf8b7628-9c23-4920-80bb-72b3ab08fbe3)

CLA Signed
Shared with Meta