react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: This added React-ImageManager to the use_frameworks! - a lot of rpm modules podspec need this. ## Changelog: [OS] [FIXED] - Add React-ImageManager path to work with use_frameworks! For...
### Description Getting error on RCTImageComponentView.mm - node_modules/react-native/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm ``` #import ``` ``` ▸ Compiling RCTImageComponentView.mm ❌ /Users/bill_1/theclub/TheClub/node_modules/react-native/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm:19:9: 'react/renderer/imagemanager/RCTImagePrimitivesConversions.h' file not found ``` How do I fix this ? ### React...
Summary: Adopts [Indexed Access Types](https://flow.org/en/docs/types/indexed-access/) in `EventEmitter`. Changelog: [Internal] Reviewed By: gkz, SamChou19815 Differential Revision: D47298095
## Summary: Currently `autoscrollToTopThreshold` does not work correctly, it will scroll to top even when the scroll position is past the `autoscrollToTopThreshold` value. The value of x/y is taken before...
### Description When creating a SectionList component, if prop stickySectionHeadersEnabled=true, and it has no background, the child renderItem overlaps the header. There seems to be no prop or logic that...
## Summary: I'm writing automated E2E testing for my RN feature. The UI flow of our feature sometimes causes a LogBox warning/error. Right now, it's difficult to detect when this...
Summary: See proposal: https://github.com/react-native-community/discussions-and-proposals/discussions/681 **Removed script files** I searched GitHub (and specifically `react-native-windows/macos`) to confirm these files are not referenced: - `scripts/launchPackager.bat` - `scripts/launchPackager.command` - `scripts/.packager.env` Interestingly, React Native CLI...
### Description When I run this code below the load event does not print the log and therefore the blob file is not being converted into a uri. `if (messageModel.item.image)...
### Description Vertical scrolling, Android has made special adjustments to the P version, but horizontal scrolling has not been addressed, resulting in rebound issues when horizontal scrolling is too fast....
### Description RCTView can not be released by quite ReactNativePage ### React Native Version 0.71.4 ### Output of `npx react-native info` System: OS: macOS 13.0.1 CPU: (8) arm64 Apple M1...