react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

## Summary: This PR fixes an issue that `_logWarnIfCreateRootViewWithBridgeIsOverridden` was called in wrong place. Assuming user overrides this method and call to `[super]`: ```objc - (UIView *)createRootViewWithBridge:(RCTBridge *)bridge moduleName:(NSString *)moduleName...

CLA Signed
Partner
p: Callstack
Shared with Meta
Pick Request

Summary: This diff adds the `react/renderer/components` prefix to the generated `CMakeLists.txt` file for the Cxx modules. This will allow to import the generated JSI header also like this ``` #include...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: This diff renames React-Codegen to ReactCodegen. This way we'll no longer have to try both ``` #include ``` and additionally ``` #include ``` for cases with `use_frameworks`. Differential Revision:...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: This is the initial implementation of "spans", the feature tracked in https://github.com/facebook/react-native/issues/42602. ## Changelog: [INTERNAL] [ADDED] - Initial implementation of spans ## Test Plan:

CLA Signed
Shared with Meta

### Description When I navigate to the page which has FlatList,it will send the error "TypeError: undefined is not an object (evaluating 'props.getItem')",I have no idea,help!!! And I checked my...

Component: FlatList
Needs: Triage :mag:

Summary: I noticed inconsistent handling of terminating newlines in D54006327@V1, and had also been noticing `yarn build` reformatting unrelated sections of `package.json` files. For now, this logic isn't moved to...

CLA Signed
p: Facebook
Partner
fb-exported

### Old Version 0.73.0 ### New Version 0.74.0-rc.0 ### Description In 0.74.0-rc.0, specs are generated but not correctly linked to `appmodules`: ``` /~/android/app/build/generated/rncli/src/main/jni/rncli.cpp:10:10: fatal error: 'RNWWebStorageSpec.h' file not found #include...

Resolution: PR Submitted
p: Microsoft
Partner
💻CLI
Bug
Type: Upgrade Issue

### Description There's a strange behaviour that's been observed on some(not all) android devices that whenever using `Dimensions.get('window').height`, it is returning screen height since the Android Navigation Bar is also...

Needs: Triage :mag:
Needs: Repro
Newer Patch Available
Needs: Attention

## Summary: This adds a new warning for React Native 0.74, implementing the [RFC 0759](https://github.com/react-native-community/discussions-and-proposals/blob/nc/rnf/proposals/0759-react-native-frameworks.md#the-init-command) init command changes. - It's added inside `react-native/cli.js` to avoid warning users when actually executing...

CLA Signed
p: Expo
Partner
Shared with Meta

## Summary: `0.73.0` introduced smudges appearing while rendering screen with elements, which use `borderWidth` styles as in https://github.com/facebook/react-native/issues/42604. https://github.com/facebook/react-native/pull/38234 removed a feature flag `disableTransactionCommit`, which by default was `false`, meaning...

CLA Signed
Shared with Meta