react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
## 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...
## 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...
## 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...
## 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...
## 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...
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...
### 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...
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...
## 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...