react-native
react-native copied to clipboard
A framework for building native applications using React
[Text on Android]: setting selectable to true breaks the text truncation and lineHeight on Android
### Description I use Text component that has to contain selectable text and should be truncated if it extends the width of the parent component. On iOS everything works fine....
Summary: Adds `flow` (or `noflow`) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic...
### Description Build failure with React Native v0.79.2 and Gradle v8.0. ** Note using Java 17 ``` export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 export PATH=$JAVA_HOME/bin:$PATH ``` ### Steps to reproduce Build an android app...
Summary: Refactors the default mocks initialized in `packages/react-native/jest/setup.js` so that each mock is defined in its own file. This provides several benefits, including: - The ability to use `import` statements...
### Description ActivityIndicator/ActivityIndicator.js: Missing initializer in const declaration. (156:41) 154 | */ 155 | > 156 | const ActivityIndicatorWithRef: component( | ^ 157 | ref: React.RefSetter, 158 | ...props: Props...
Summary: As the title suggests, forwards `onBlur`/`onFocus` props into the Pressability config that the component creates. Also updates `TouchableWithoutFeedback` to pass its `onFocus`/`onBlur` props from the config into elementProps on...
## Summary: ## Changelog: ## Test Plan:
### Description When device font size is set to small words in certain configuration of parent views get cut-off (see reproducer). Our users just started reporting in the last month...
## Summary: The retry mechanism introduced in [this commit]() works for iOS e2e failures but it is skipped if android e2e tests fails. This change should fix that ## Changelog:...
### Description TypeError: changeHandler is not a function (it is undefined) This error is coming when i'm running my code this it the part where i used the Event listener...