react-native
react-native copied to clipboard
A framework for building native applications using React
### Description When Application is in Development Mode why screen time out wont apply on it (Real Device ) . if we want to call api only when user is...
Summary: Changelog: [Internal] Updates the doc comment on `Function::createFromHostFunction` to mention that (a copy of) the provided `std::function` may be destroyed on an arbitrary thread, much like `HostObject` (where this...
### Description After using useNativeDriver transform button, finger movement occurs when the button is pressed, the button's onPress will not be called, but the visual feedback of the button is...
### Description Issue coming in Firebase ### Steps to reproduce Issue is in production ### React Native Version 0.70.3 ### Affected Platforms Runtime - Android ### Output of `npx react-native...
Summary: changelog: [Android][Fixed] - fix a crash in Modal component Instance variable `propertyRequiresNewDialog` in `ReactModalHostView` controls if new dialog will be created on next `showOrUpdate` or not. It must be...
## Summary: The FlatList `keyExtractor` for the case of multicolumn lists was causing remounts of all items, in case a single item was removed. This bug was caused by the...
### Description 1.use newArch in app 2.create a turboModule in app,but no as a libray in external folder ,then yard add into node_module to be a library(**as a library can...
Summary: Changelog: [Internal] Fixes a crash that may happen on Android when the `inspectorEnableModernCDPRegistry` feature flag is true, and clarifies the documentation of `HostTarget::create()` to avoid similar issues in future...
Summary: In addition to memoizing `mergedStyle` in `createAnimatedComponent`, this avoids unnecessary object allocations by: * Not allocating `passthroughProps`, created via a rest spread operator. It is unnecessary because we always...
## Summary: Fixes customizeRootView migration comment. cc @cipolleschi ## Changelog: [IOS] [FIXED] - Fixes customizeRootView migration comment ## Test Plan: 