react-native
react-native copied to clipboard
A framework for building native applications using React
### Description Using a FlatList with `overflow: 'visible'` works well on Android and iOS, but as soon as a RefreshControl is added, the overflow is hidden on Android only. ###...
### Description This is the system alert in iOS16 when an app trying to access the clipboard: When trying to replicate this alert in RN using Alert, I cannot as...
Summary: Add support for running tests on bash shell scripts. Run using `yarn test-scripts`. Changelog: [internal] Differential Revision: D40949121
## Summary Part of https://github.com/facebook/react-native/issues/34872: > Create a new function typeParameterInstantiation in the [parsers.js file](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/parser.js) and add documentation to it. Implement it properly in the [FlowParser.js](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/flow/parser.js#L15) and in the [TypeScriptParser.js](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/typescript/parser.js#L15)....
### Description Hey all, I'd like to share an update on a series of build failures React Native & Expo users have been experiencing when building Android apps starting from...
## Summary The `showSoftInputOnFocus` of `TextInput` is not working properly. When we set `showSoftInputOnFocus` to false and subsequently to `true`, it fails to open the keyboard, we have to re-focus...
Summary: Changelog: [General][Added] - Add a C++ only TurboModule example (for Android/iOS/macOS/Windows) [email protected] introduced a new bridging layer to ease integration for pure C++ TurboModules using C++ std:: types directly...
### Description i run the command for create a new app with ReactNative: i get the next error: UserName = name for user mac. ``` ** BUILD FAILED ** The...
## Summary This PR adds a `getKeyName` function to the codegen Parser class and implements it in the Flow and TypeScript parsers as requested on https://github.com/facebook/react-native/issues/34872. ## Changelog [Internal] [Added]...
### Description RN's iOS code is not working with authentication challenges in the way the Foundation framework expects and this results in extraneous, duplicate requests to login when bad credentials...