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 We have a chat app that heavily use ``, on iOS, it was set as multiline={true}, blurOnSubmit={false} as intended, because we want our user to keep keyboard up...

Platform: iOS
Stale
Component: TextInput
Needs: Triage :mag:
Needs: Repro

### Description The CSS order property does not seem to be supported in React Native's flexbox layout system. When attempting to use the order property to change the order of...

Needs: Triage :mag:

Summary: Changelog: [Internal] Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](https://github.com/facebookexperimental/rn-chrome-devtools-frontend/compare/12a45e0628384aa80075493354159ef5d91b2698...9ceb0ade8033ec165bbfbd41c08ac1fcd9f89a46 ). Differential Revision: D54107317

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] Uses the capability introduced in https://github.com/facebookexperimental/rn-chrome-devtools-frontend/pull/4 to avoid repeating the dev server's host:port in the `ws` / `wss` parameter we pass to the Chrome DevTools frontend. This...

CLA Signed
p: Facebook
Partner
fb-exported

**test://test.com/?user=test&password=test** Here is deeplink url, i want to open other application from my app and bind **username** and **password** field in login form but the problem that i m facing...

Stale
Needs: Triage :mag:

## Summary Fixes component stacks without source info, and duplication in the error message string. ### Before No component stacks, and error message duplication: ### After Back to normal, albeit...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary TODO: - [ ] Clean up code - [ ] Figure out frames without location - [ ] Make backwards compatible - [ ] Figure out code frames...

CLA Signed
p: Facebook
Partner
fb-exported

React Native has not implemented fetch on top of native APIs, and the fetch polyfill built on top of XHR does not support streams where `response.body` is a getter for...

🌐Networking
Bug

## Summary: This builds on previous PRs for the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) and extends Android text with support for DisplayP3 color. ## Changelog: [ANDROID] [ADDED] - Add DisplayP3 color...

CLA Signed
Partner
p: Infinite Red
Shared with Meta

## Summary: The current implementation does not support System font variants. Currently the isCondensed variable is always returning false. This pr adds an extra check to support the 'SystemCondensed' font...

CLA Signed
Shared with Meta