react-native
react-native copied to clipboard
A framework for building native applications using React
### Description According to the docs, https://reactnative.dev/docs/height-and-width#percentage-dimensions, when using percentage dimensions, the parent should have defined size otherwise the children Views with percentage dimensions are not visible. However, this is...
### Description PixelRatio.d.ts has out-dated behaviour described for `getFontScale` - it still claims that it is only supported on android when this is no longer the case as indicated by...
### Description When making an HTTP request with `br` on `Accept-Encoding`, the request throws an error on Android, but works perfectly well on iOS ### React Native Version 0.72.5 ###...
### Description Under the Android platform, the parent component has an absolute layout and the Flatlist cannot scroll normally. ### React Native Version 0.71.11 ### Output of `npx react-native info`...
### Description I set up a timer that will run every x seconds, which is added to the UseEffect content. Inside, I update my useState element, which will be updated...
### Description Hi react-native developers, I have an error which is recorded on my firebase console which I can not understand why I am getting this error. ### Steps to...
Summary: convert Java to Kotlin: `react/views/debuggingoverlay/TraceUpdate.java` Changelog: [Internal] internal Differential Revision: D55658446
### Description Who this affects: Anyone using a yarn alias to run `pod install`. This includes `expo prebuild`. When using yarn to set up pods, [Yarn generates temporary references to...
## Summary: Update build.gradle.kts to include soloader.annotation for SoLoaderLibrary ## Changelog: [INTERNAL][ADDED} - Updating gradle file with soloader.annotation for SoLoaderLibrary import to work ## Test Plan: Circle CI Build Android...
Summary: ## Changelog: [General] [Changed] - Use semver to do version comparison in cli instead of custom fn `parseVersion` ~~adding test for PR change in https://github.com/facebook/react-native/pull/43712~~