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

### Description After I migrated to 0.74, I found that Logcat was reporting an error: `` Unhandled SoftException com. Facebook. react. bridge ReactNoCrashSoftException: Tried to access onWindowFocusChange while context is...

Platform: Android
API: AppState
Needs: Triage :mag:
Needs: Repro
Needs: Attention
Type: New Architecture

## Summary: Related issue: https://github.com/facebook/react-native/issues/43243 As [documentation](https://reactnative.dev/docs/textinput#returnkeytype) stated for the ReturnKeyType prop on the input there are different options, like "next", "go" and etc. They are actually supported on the...

CLA Signed
Shared with Meta

## Summary: Defines module for `React-jsinspector` that for swift modules to integrate with. to fix https://github.com/expo/expo/issues/28209, any podspec depends on HermesExecutorFactory should use ` add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')` to...

CLA Signed
p: Expo
Partner
Contributor
Shared with Meta

## Summary: New CLI version contains a fix for the regression inside `init` command which caused not bumping Yarn version for new projects. https://github.com/react-native-community/cli/pull/2367 ## Changelog: [GENERAL] [CHANGED] - Upgrade...

CLA Signed
Partner
p: Callstack
Pick Request

## Summary: Makes documentation easier to read and makes finding things in the code easier to find when searching for exact strings. I ran cspell locally and made various suggested...

CLA Signed
Stale
Shared with Meta

## Summary: Hello, I'm recently researching & implementing native material 3 bottom sheets, toolbars etc. and hitting the wall with various interactions with react-native's `ScrollView`. Here's one example that's documented...

CLA Signed
Partner
p: Software Mansion
Shared with Meta

Summary: While the class and constructor are referenced from native code, the constructor is only accidentally retained on the Java side without proper keep rules. Adding explicit DoNotStrip in the...

CLA Signed
Stale
p: Facebook
Partner

### Description Android platform. In some projects, you may need to use ReactRootView to mount components registered through AppRegistry.registerComponent. This method was available in previous versions, but after 0.74, it...

API: AppRegistry
Needs: Attention
Type: New Architecture
Needs: Version Info

Summary: This diff is generated by Artificer tool, which upgrades managed third party libraries to their stable version. This automated diff was created to accelerate the process of upgrading androidx.core:core...

CLA Signed
p: Facebook
Partner

## Summary: Paddings are not applied to inline views in text, this PR fixes that. Closes https://github.com/facebook/react-native/issues/42099 ## Changelog: [GENERAL] [FIXED] - Fixed padding not being applied to inline views...

CLA Signed
Partner
p: Software Mansion