react-native
react-native copied to clipboard
A framework for building native applications using React
## Description Starting from `0.64.0` in iOS on a physical device: When using `` inside `` or ``, the content in the list has an unwanted visual jump down when...
### Description I had a React Native 0.75.4 project, and everything was fine until I migrated to version 76.9 I'm noticing that in this version, I have components that flash...
### Description The values returned from the `Dimensions` API for 'window' are incorrect on iOS. iOS `Dimensions.get('window').height` is returning the height with SafeAreas and it should be without SafeAreas i.e...
### Description Both Android and iOS can start emulators, but the program will not start ``` /Users/xuzhibin/.nvm/versions/node/v22.15.0/bin/node /Users/xuzhibin/Desktop/Project/bbhxwlService/node_modules/@react-native-community/cli/build/bin.js run-ios info A dev server is already running for this project on...
## Summary: This PR allows to interactively close the modal using the swipe down gesture. It fixes 5 year old issue: #29319 In short it removes `modalInPresentation` which according to...
### Is this a bug report? yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? yes ### Environment Environment: all newer environments Packages: any packages Target Platform: any platform Version: 0.53.0...
# ☂️ Help us Kotlin-ify React Native - Round 3 Hey all 👋 [After the successful second round](https://github.com/facebook/react-native/issues/38825), we're back with another round of tasks to help us improve Kotlin...
## Summary: The Image component in Android now supports the same cache control behaviour as in iOS, the examples needed to be separated in the past because the support was...
Summary: React-utils doesn't need to pull in hermes. Just jsi should be enough. ## Motivation I'm trying to break a circular dependency: - React-hermes pulls in React-runtimeexecutor: [code](https://fburl.com/code/mhuxq8gp) - React-runtimeexecutor...
### Description Whenever a TextInput component style props are updated to include outline props (such as outlineWidth), it will erase previously setPadding, and set it to 3dp (checked in android...