react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Migrate everyone to registerCallableModule. Changelog: [Internal] Reviewed By: javache Differential Revision: D52805386
### Description if you reload the application from the simulator (using the hot button), we get the following error, if you reload the application from the metro bundler, then there...
### Description After upgrading to `0.73.2` we've started observing a rendering issue of components that contain some `border` styles - when screens are rendered components like that are temporarily unnaturally...
@iron-leo I think that's a totally separate issue. Did you run `react-native start` before trying to build? metro no longer gets started automatically and IIRC that's the (not super helpful)...
## Description Using XMLHttpRequest to upload a JPEG on IOS, increases the file size. Sending a compressed JPEG with XMLHttpRequest is uploading a file of which the file size is...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description When passing single index into sticky header it is working fine...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description accessibilityRole is read in English, people with visual disabilities do not...
## Topic: [Play Feature Delivery ](https://developer.android.com/guide/playcore/feature-delivery) ## Issue: Resources can not be loaded from feature module. [res/* folder, assets/* will work] ## Scenario: - Put react native bundle in feature...
### Description While scrolling and clicking on any other component does not trigger any action. A ScrollView inside FlatList blocks other clickable components (children of parent FlatList) in IOS. This...
### Description To [enable React Native source maps](https://reactnative.dev/docs/next/debugging-release-builds#enabling-source-maps), it is possible to include a `SOURCEMAP_FILE` environment variable in the `ios/.xcode.env` file. However, this method has a limitation: if the iOS...