Using React Native in a DreamService on Android
I am trying to create a React Native view inside a DreamService on Android, but I can not find a way to work.
App crashing in only release mode when invoking onLongPress event – Android
I added support for Android 14 to my app, but after that, the app crashed when invoking the onLongPress event with TouchableOpacity in release mode. The app is not crashing in debug mode.
App crashing in only release mode when invoking onLongPress event
I added support for Android 14 to my app, but after that, the app crashed when invoking the onLongPress event with TouchableOpacity in release mode. The app is not crashing in debug mode.
How to speed up loading when more than one webviews load html in a FlatList using Native UI Components
I have been playing around with native ui components and integrating them into a React Native App.
i’m facing this error when trying tp push my app to play store: Your app declares support for ‘riscv64’ architecture
i’m facing this error when trying tp push my app to play store:
React Native (Android) app is crashing with TypeError: null is not an object (evaluating ‘V.current.useContext’) since OS updated to masOS Sequoia 15
React Native Android application started crashing when I updated macOS version to Sequoia 15.0,
React native project initialization error
I want to make an app in react native, so like always, I ran the command npx react-native init AppName
but then I get the following error [refer images] . It sure creates an AppName folder, but the folder is totally empty except for a .git folder.
I would like to know if there is an error from my end or is react native tripping.
failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.9.0.aar -> core-1.9.0-runtime (androidx.core:core:1.9.0) and support-compat-27.1.1.aar -> support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.9.0.aar -> core-1.9.0-runtime (androidx.core:core:1.9.0) and support-compat-27.1.1.aar -> support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.9.0.aar -> core-1.9.0-runtime (androidx.core:core:1.9.0) and support-compat-27.1.1.aar -> support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) Duplicate class android.support.v4.os.IResultReceiver […]
Why the text is not vertically aligned with another text in react native on android
I’m encountering an issue with vertically aligning text within a component on Android while using React Native. The text aligns correctly on web platforms, but it’s misaligned when rendered on Android devices. I’ve tried various alignment properties and styles, but haven’t been able to achieve the desired vertical positioning.
RNTester Android fails building codegen
I am trying to run RNTester application for Android following the documentation in the README file