react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary This PR moves `FlatList`, `SectionList` and related files _(tests, etc.)_ to a new package `@react-native/flat-lists` located under `packages/flat-lists` as proposed in #35263 This is a first step towards...
### Description I have updated my RN app from 0.70.6 to 0.71.4. The `pod install` working well. But when I'm trying to run the app it gave me the error...
### Description I followed the instructions of [https://reactnative.cn/docs/environment-setup](url) but i always occur an error when i run `pod install` ``` Looking for related issues on cocoapods/cocoapods... Searching for inspections failed:...
## Summary: The Pressable component supports the `foreground` option for ripple. However, using it on old android api levels (e.g. android 5) crashes with ``` Error while updating property nativeForegroundAndroid'...
## Summary: I've noticed that a lot of RN projects have something along the lines of the following in them: ```ts export const isAndroid = Platform.OS === 'android' export const...
## Summary: This PR migrates ReactCookieJarContainerTest.java to Kotlin as a part of the issue #37708 ## Changelog: [INTERNAL] [CHANGED] - Migrate ReactCookieJarContainerTest.java to Kotlin ## Test Plan: 1. Run ./gradlew...
## Summary: This pull request aims to address the lack of information about the cursor (caret) position in the TextInput component. Currently, only the number of symbols where the cursor...
Summary: Changelog: [Internal] - Add plumbing/boilerplate for an iOS implementation of the gotpointercapture and lostpointercapture events Lets try this again: The key difference between this and D44977499 (which I previously...
Summary: Changelog: [Internal] [Added] - added `getInspectorDataForInstance` method This will be used to get inspector data (specifically props, to get style) by having host instance, which is sent from React...
**Changelog:** [General] [Fixed] - Update debian version Differential Revision: D46673999