How to resolve ':app ' execution failure due to...
I'm encountering an issue when building my Android project. The build fails with the following error:`Execution failed for task ':app:checkDebugAarMetadata'.A failure occurred while executing...
View ArticleReact Native - Stack Navigation -...
I create a new React Native Project and I install React Native Navigation and React Native Stack Navigation.npm install @react-navigation/nativenpm install @react-navigation/stacknpm install...
View ArticleReact Native - Navigation Dependencies Integration Error
I created a new React Native Project—Cli and installed these npm packages: npm install @react-navigation/native, npm install @react-navigation/stack, and npm install @react-navigation/elements. My...
View ArticleHow to initialize React Native project
Please note I have read the documentation and I'm referencing the point where the error happens as well as the steps I have taken. Please don't advice me to follow the instructions that I have already...
View ArticleHow can i solve this type of exception
FAILURE: Build failed with an exception.What went wrong:java.io.UncheckedIOException: Could not move temporary workspace (C:\Users\subug\OneDrive\Desktop\React CLI...
View ArticleReact Native error, "Text strings must be rendered with component" but its...
I am trying to make a chat app in react native, with firebase for data and authentication.I am now trying to make the screen which will display a chat feed, fetching a collection of messages from my...
View ArticleError Plugin [id: 'com.facebook.react.settings'] was not found in any of the...
Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper.running into errorSettings file 'mobile/android/settings.gradle' line: 2 * What went wrong:Plugin...
View ArticleMissing-asset-registry-path for...
When building my app I get the following error message since I switched to React Native 70.6 (Android and iOS), without @react-navigation everything works. On React Native 69.7, the app runs without...
View ArticleRNFetchBlob crashes on build using download manager but not in emulator
export const downloadImage = async (imageUrl: string): Promise<void> => { const { fileName, type } = getFileNameFromUrl(imageUrl); const { fs } = RNFetchBlob; const downloadDest =...
View Articleandroid emulator issue - windows 11
form few days the android emulator is not opening in my system. Using wireless debugging for running my react native app but i want to test my app simultaneously in different android devices and...
View Articlecss shadowEffect differences on web vs mobile (React Native)
I am build a react native application and I am currently working on the tabs style. A Tab.Screen looks like this:<Tabs.Screen name="events" options={{ title: "Events", tabBarIcon: ({ focused }: any)...
View ArticleIssue with Google Sign-in Implementation in React Native App (Avoiding Firebase)
I'm encountering difficulties implementing Google sign-in functionality in my React Native application. Despite setting up the necessary credentials on the Google Cloud Console and ensuring the correct...
View ArticleAndroid lifecycle methods don't get called correctly
I have a react native app and I need to listen to the android lifecycle events in MainActivity.kt. I added a Log.d to every of the lifecycle methods to see when each get's called. The problem I am...
View ArticleEmulator Not Starting-up in Android Studio: The emulator process for AVD has...
I am a beginner working with Android Studio and am encountering an issue when attempting to launch an emulator. Despite multiple troubleshooting attempts—including reinstalling Android Studio across...
View ArticleFailed to build React Native app - Could not create provider for value source...
For context, I tried to run a React Native project on my Windows 11 laptop (usually I do it on my Linux PC). The project runs fine on my PC, but it has this error when I try to run it on my...
View ArticleAdd smooth skin filter in Android from bitmap?
i am react native developer now i use react native webrtc and get VideoFrame to my java class then convert it to bitmap then i dont understand how can i make bitmap to look like smooth skin like reduce...
View ArticleCertain devices marked as "Not Supported" in Google Play Device Catalog...
I'm facing an issue with my Android app on the Google Play Store, where certain devices appear as "Not Supported" in the Device Catalog. One example is the Samsung Galaxy S9+. I'm trying to make the...
View ArticleReact-Native Android Windows error: Could not find...
We are currently working with React-Native 0.68.5, Windows 10 and are getting this error when trying to build the gradle file:Could not resolve all task dependencies for configuration ':classpath'.>...
View ArticleReact Native - How to disable default android Splash Screen
I create a React Native app and for this app, I create my custom Splash Screen using npm i react-native-splash-screen.But on app run, It 1st show the default android splash screen and then it show the...
View ArticleProbleme build android avec expo
This is my first time posting a question on a forum because I'm facing an issue that I can't resolve.I've developed a mobile application using React Native with Expo to simplify the build and...
View ArticleUnable to open Chrome Debugger for React Native App in because of flipper...
🐛 Bug ReportWhen attempting to open the new react native app default app andtrying to debug in Chrome debugger, users encounter an error messagestating in terminal: "Attempting to debug JS in Flipper...
View ArticleFlatList's vertical scrollbar visible despite...
In my functional component below, FlatList's vertical scrollbar remains visible despite showsVerticalScrollIndicator={false} const Section = () => { ... return data && <SafeAreaView...
View ArticleReact Native - Android build errror "Cmake No compatible library found"
Currently I'm working with a React Native project. The project use Expo but there're some modules which can't be runned by Expo Go so we have to use the development build. After run the build command...
View ArticleHow to change remote push notification icon for React Native(android)...
I have followed this link for push notification implementation within my app https://github.com/zo0r/react-native-push-notification/tree/a359e5c00954aa324136eaa9808333d6ca246171at present the default...
View ArticleReact Native Screens : JNI DETECTED ERROR IN APPLICATION
I am getting the error :"JNI DETECTED ERROR IN APPLICATION: JNI GetObjectRefType called with pending exception java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.jni.HybridData...
View ArticleNativeViewGestureHandler must be used as a descendant of...
I'm new to React Native and currently working on a simple Todo app. However, I'm encountering an issue related to gestures. Specifically, I'm getting the following errorNativeViewGestureHandler must be...
View ArticleHow to self-boot in Android with React Native
I want my app to start up and run on Android every time I boot it up againI tried what I foundpublic class BootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context,...
View ArticleCreate a Expo Config plugin file to modify Android manifest
I need to create a expo plugin file and call it in app.json for it to add the properties bellow in android manifest.<uses-feature android:name="android.hardware.touchscreen"...
View ArticleExpo Build Problem - Unsupported MIME type: image/webp
I'm getting the following errors when building my Expo project for iOS and Android. I'm not using any .webp files anywhere in my project. However, I haven't been able to solve the problem. What do you...
View ArticleBuilding app in Android Studio results in readLink error
I'm trying to build and push a react native app of ours on an emulator and it works fine on macOS, but on windows I get the following error:error EINVAL: invalid argument, readlink...
View Article