FullWindowOverlay for android
I'm developing an app with React Native and I'm dealing with a screen which combines a Modal and a BottomSheet inside the modal. The only issue I have is that I'm wrapping the sheet content inside a...
View ArticleReact-Native: error Failed to install the app. Make sure you have an Android...
I just initialized a new React Native project via:react-native init AwesomeProjectand I am already getting this error:BUILD FAILED in 3serror Failed to install the app. Make sure you have an Android...
View ArticleTask :app:copyReactNativeVectorIconFonts FAILED
Hello i programing a react-native which assembleDebug work but assembleRealease dont. i dont know why this happen & i solutions on internet dont workWhat can i do?> Task...
View ArticleisHermesEnabled overrides nothing in Kotlin
My project is using React 18 and Kotlin. The MainAplication.kt is returning an error that says:'isHermesEnabled' overrides nothingThis is the Main Application file: class MainApplication :...
View Articleexpo-camera not recording video for Android
I'm using Expo Go version 51 to run my react-native application version 0.74.5. The goal is simple, it's to record a short 5-second video and display the log on the screen if successful. The...
View ArticleCould not determine the dependencies of task ':app:mergeDebugAssets'
When I run react-native run-android on my project,I get an build error of gradle. I already uninstalled react-native-ftp with npm uninstall --save react-native-ftp, removed that dependency of...
View ArticleReact native "Attempt to invoke virtual method...
I'm trying to incorporate Twilio voice using the react-native-twilio-programmable-voice package. My app loads on ios, but when running on android I get this error message Attempt to invoke virtual...
View ArticleReact Native Execution failed for task ':app:checkDebugDuplicateClasses'
What went wrong:Execution failed for task ':app:checkDebugDuplicateClasses'.A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnableDuplicate class...
View ArticleReact Native mobile app's icon isn't seem properly when installed
I created my first mobile app, I used expo. I have app.json file but it doesn't change the icon of my app nor the splashscreen (in development mode it works, after building it doesn't work). Below I am...
View ArticleWhy my expo app size increased when I added application icon
I have an expo app built with EAS . The application size was 18MB but when I added the application icon in png format into the assets/images directory with specifying path in app.json file the...
View Articleissues run android in react native
Running Android in React Native has issues with the Android display:The development server returned response error code: 500URL: http://localhost:8081/index.bundle...
View ArticleReact Native Expo: Network error on android
I'm using axios in my app. When I make a post request for the very first time after opening the app, it is failing with the following error. From second time onwards, it works without any issue.Network...
View ArticleRun x86 or arm64 android emulator in gitlab pipeline with...
I want to run e2e Detox tests in the Gitlab pipeline using an android emulator (using either the x86 or arm64 binaries). The pipeline fails in both cases either because the Gitlab runner does not...
View ArticleReact Navigation default background color
I'm using react-navigation and stack-navigator to manage my screens.Platforms I'm using:AndroidReact Native: 0.47.1React Navigation: 1.0.0-beta.11Emulator and DeviceI have a screen, which acts as a...
View ArticleGoogle Play Rejecting App for false reason [closed]
I recently sent my build for production and it was in review for a while, but the Google has rejected the app without any solid reasons, I have a resume builder app where user can create resumes and...
View ArticleReact Native deep linking back to native apps with Strava API callback domain...
I'm in the process of setting up OAuth with Strava API for a React Native project created with expo version 51.It's a fairly generic OAuth process, it consists of three steps. It is all outlined in...
View ArticleSelecting and loading a *.json file using Expo DocumentPicker in older...
In React Native Expo project, I am using Expo DocumentPicker to select a JSON file and load it into the application.On modern version of Android there is no problem with this, in file explorer I select...
View ArticleReceiving Proxy error: Error occurred while proxying request [ECONNREFUSED]...
I have a react application that is making API calls through axios to my backend and I am receiving the error[HPM] Error occurred while proxying request matt.hearthdisplay.com:3000/api/user/my to...
View ArticleHow to adjust font size to fit view in React Native for Android?
How I can make the font size of the text auto change inside a view in react native?I have text with different lengths, some of which doesn't fit the view so decreased the font size. I have checked the...
View Articlejava.lang.RuntimeException: Requested enabled DevSupportManager, but...
After creating an app in React-Native, I imported a third party component into Android. After the integration of this component, which worked on an Android app, on the app in React-Native it gives me...
View Article