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 This link (https://developer.android.com/distribute/marketing-tools/linking-to-google-play#android-app) documents the way to send an intent to Google Play. It requires the passing of a URI (data) and setting a package. Neither is currently...

API: Linking
Needs: Attention
Needs: Version Info

### Description ## Nested Bidirectional FlatList onViewableItemsChanged Issue | App Image | Layout Image | | -- | -- | | | | The above images describe the layout where...

Issue: Author Provided Repro
Component: FlatList
Needs: Triage :mag:
Newer Patch Available

Summary: Bump hermes-parser and related packages to [0.19.1](https://github.com/facebook/hermes/blob/main/tools/hermes-parser/js/CHANGELOG.md). Changelog: [internal] Reviewed By: gkz Differential Revision: D53485553

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] - Update publish-npm to use `set-version` for nightly builds Now that `set-version` basically does what `set-rn-version` does, this diff uses this logic for nightlies only (as dry-run/pre-alpha...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] - Update nightly flow to use set-version This change fixes `set-version` to update the `packages/react-native` native source and build files (as `set-rn-version` does) -- this was an...

CLA Signed
p: Facebook
Partner
fb-exported

### Description Bit of a niche one: We see failing unit tests after upgrading 0.72.10 --> 0.73.4: ``` Element type is invalid: expected a string (for built-in components) or a...

Needs: Triage :mag:

## Summary: `Image.getSize/getSizeWithHeaders` are still working in old fashioned "callback" way ```tsx Image.getSize(uri, function success(width,height) { }, function failure(){ } ); // undefined Image.getSizeWithHeaders(uri, headers, function success(width,height) { }, function...

CLA Signed
Shared with Meta

### Description This is brand new install following the RN development guide. The error code is not giving a lot of context even with verbose flag. ### Steps to reproduce...

Platform: iOS
Platform: macOS
Tool: CocoaPods
Needs: Triage :mag:

## Summary: Currently if the virtualized list content is small `onStartReached` won't be called initially when the list is mounted. This is because when the content is small `onEndReached` will...

CLA Signed
Contributor
Shared with Meta

Summary: Changelog: [Internal] Differential Revision: D53471278

CLA Signed
p: Facebook
Partner
fb-exported