react-native
react-native copied to clipboard
A framework for building native applications using React
### Description From what I can tell, I am essentially running into the same problem as a [prior closed issue](https://github.com/facebook/react-native/issues/17699). Which had [a PR](https://github.com/facebook/react-native/pull/17847) created to "fix" the issue, but...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description TextInput: autofill yellow highlight overflows when the field is not long...
### Description When I build my React-Native project in Xcode, I get about 38 warnings for the `main.jsbundle` file. Here's a screenshot of some of the warnings. It looks like...
## Steps To Reproduce 1. Try to set `skewX` for View component: `transforms: [{ skewX: '45deg' }}` 3. Doesn't change the skew of View on Android (works on iOS) ###...
### Description When I run yarn lint in terminal, the error appears: ``` Oops! Something went wrong! :( ESLint: [8](https://github.com/vidapp-com/frontend/actions/runs/7438830474/job/20238004032?pr=402#step:8:9).56.0 ESLint couldn't find the config "@react-native-community" to extend from. Please...
Summary: In order to make the legacy APIs of Catalyst Instance backwards compatible, introducing a regular class that implements CatalystInstance so as to make these APIs available for folks in...
### Description I have an iOS build configuration `Staging.Debug` that is a copy of `Debug`. The experimental debugger fails to launch when running this build configuration via: ``` react-native start...
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future bypass-github-export-checks changelog: [internal] internal Reviewed By: rshest Differential Revision: D54027183
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal bypass-github-export-checks Reviewed By: javache Differential Revision: D54027182
Summary: UIManagerListener interface is unstable and not recommended to be consumed externally, this API is likely to change in the future changelog: [internal] internal Reviewed By: cortinico Differential Revision: D54028407