react-native
react-native copied to clipboard
A framework for building native applications using React
### Description I get an instant crash on Android 12 Pixel 3A (physical): ``` Fatal Exception: java.lang.IllegalArgumentException: com.momoappamsterdam.momo: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or...
Hi, I am facing an issue, while generating a build. .`gradle/caches/transforms-2/files-2.1/e4fbec57f89d7c92a4c08621897ece3f/core-1.7.0/res/values/values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found.` _Originally posted by @amitsigo in https://github.com/facebook/react-native/issues/35210#issuecomment-1305840028_
## Summary This PR patches `AnimatedStyle` to avoid discarding the initial style information which destroys the output of web-style compilers and breaks rendering, as requested on https://github.com/facebook/react-native/issues/34425. This uses a...
### Description In debug build also getting crashing while start up. So kindly helps me to fix this issue. I have given the stack trace and error below The below...
Summary: Changelog: [Android] [Changed] - Provide easy regristration of C++ TurboModules in rn-tester Android Differential Revision: D41069277
## Description If you call `.measure` on a ref to a `View` on Android but you don't also have `onLayout` or `collapsable={false}` specified then `.measure` will call its success callback...
## Summary This PR updates `inputMode` prop from the `TextInput` component to map the `none` option to `showSoftInputOnFocus={false}` as suggested by @necolas here -> https://github.com/facebook/react-native/pull/34460#issuecomment-1304837271. This change makes the inputMode...
## Summary Like discussed in https://github.com/react-native-community/discussions-and-proposals/issues/509, RN should override the default `node` and `node-addons` conditions. You might consider supporting (or just setting) [`customExportConditions`](https://github.com/facebook/jest/blob/4670d3be0d80d47844673eb163666253e788f006/packages/jest-environment-node/src/index.ts#L187-L189) instead, but the default of the node...
## Summary Adding accessibilityUnit prop for Nested Texts and accessibilityRoles for different types of [TtsSpans](https://developer.android.com/reference/android/text/style/TtsSpan) An explanation of the use case is as follows: + Time is spelled 1 0...
### Description The main problem occurs during bundling in android OS After running **npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle**, process exited with thrown error **Failed...