react-native
react-native copied to clipboard
A framework for building native applications using React
Multiline TextInput's onContentSizeChange doesn't take horizontal padding into a consideration (IOS)
### Description If you have multiline `` with horizontal padding styles, `onContexntSizeChange` works as if horizontal padding is 0. So you can't set input's height of `nativeEvent.contentSize.height` correctly ### Version...
### Description Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details....
### Description While building react native app (running in real time device) by xcode, I am getting following major issues - - **redefinition of module fmt** - **redefinition of module...
### Description i got this error when add this flag ``` newArchEnabled=true ``` to gradle.properties. ``` CMake Error in CMakeLists.txt: Imported target "folly_runtime" includes non-existent path ``` ### Version 0.70.5...
### Description Upgrade of XCode and iOS 16 has broken our RN app. Reproducable with clean app. ### Version 0.69.5 ### Output of `npx react-native info` System: OS: macOS 12.5.1...
### Description * What went wrong: Could not determine the dependencies of task ':app:compileDebugKotlin'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.facebook.react:react-native:+. Required by:...
### Description I may be wrong, and I don't know if any special guarantees can be made regarding how threads interact with the scheduler, but the following code appears to...
## Summary The Turbo Module guides often encourage the use of `TurboModuleRegistry.get(...)` and directly exporting that, however this will be cumbersome to use for any library users since they have...
### Description Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=org.webkit:android-jsc:r245459, variantName=null, artifactFile=/Users/jason/work/pnApp33/node_modules/jsc-android/dist/org/webkit/android-jsc/r245459/android-jsc-r245459.aar, extractedFolder=null, dependencyType=ANDROID, isWrappedModule=false, buildMapping={__current_build__=/Users/jason/work/pnApp33/android}, mavenCoordinatesCache=com.android.build.gradle.internal.ide.dependencies.MavenCoordinatesCacheBuildService$Inject@53df469c) ### Version 0.61.5 ### Output of `npx react-native info` System: OS: macOS 13.0 CPU: (10)...
Summary: Changelog: [Internal] Differential Revision: D41028555