react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
### 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...
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
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...
**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...
## 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...
## Summary TODO: - [ ] Clean up code - [ ] Figure out frames without location - [ ] Make backwards compatible - [ ] Figure out code frames...
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...
## 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...
## 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...