Package signatures do not match the previously installed version
This my project: https://github.com/kenpeter/my_hak_news, which is a direct copy of https://github.com/grigio/HAgnostic-News.Git clone https://github.com/kenpeter/my_hak_news, then run react-native...
View ArticleI want to navigate from App.js to Q1.s and run it via android emulator
App.jsimport React, { Component } from "react"; import { StyleSheet, View, Text, TouchableOpacity } from "react-native"; import { createAppContainer } from 'react-navigation'; import {...
View ArticleTask 'assembleRelease' not found in root project 'android'
I'm using Reactnative 0.54.0 and react-native-cli 2.0.1 along side gradle 4.8.1I have created a react-native project using create-react-native-app myProjectNameWhen I created the project, it doesn't...
View ArticleThe library com.google.firebase:firebase-iid is being requested by various...
I started to get this error today, yesterday everything worked fine, there was no changes in gradle or firebase versionThe library com.google.firebase:firebase-iid is being requested by various other...
View ArticleError: jest-haste-map: Haste module naming collision:
I have created a custom npm module (will use xxx instead of its name) and link it manually using npm install.I tried very hard and searched :[Workarounds] Packager unable to resolve module from...
View Article[react-native]could not connect to development server on android
When I run "react-native run-android",it gives me error:"could not connect to development server...".Package server is running and i can access it directly from browser in mobile device.My android...
View ArticleHave tried all other answers found for this problem: Your Android App Bundle...
I am trying to upload a completely new app to the play store but am being met with the error "Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the...
View ArticleReact Native - How to make KeyboardAvoidingView inside a ScrollView work for...
I am building a chat UI in react native and am having an issue with using KeyboardAvoidingView inside of a ScrollView. When selecting the TextInput the height between the input field and keyboard seems...
View ArticleUSB Camera to conect in andoid phone
I need the development of an application mobile to take pictures. But the camera is external so that it will be connected by usb cable in the tablet android.What the better technology to create this...
View ArticleMy app has not stopped when i run react-native run-android
I got an error when i run react-native run-android that it's not working! I run adb logcat *:E, i recieved message error: Didn't find class "android.support.v4.app.CoreComponentFactory" on path:...
View ArticleHow do I access ReactContext from Java code in React Native?
I an trying to create an application thet will catch the incoming calls to the cellphone using a BroadcastReciver. From my BroadcastReciver i whould like to sent the number as an event to my JS file...
View ArticleHow to render gender select view like this - React Native
I would like to know how to render gender selection view like this...Once I clicked on Male I want to render Yellow Image (Checked) and Once I clicked on Female I want to make Male Image to Default and...
View ArticleReact native app-release build not working for some android devices
I gave a build for android using gradlew assembleRelease. but app-release.apk file not working for some devices like honor 9i, Redmi note 5 pro.
View Articlereact native Firetv menu key handling
I am writing a React native app for FireTV and I follow the instructions as given here: https://facebook.github.io/react-native/docs/building-for-apple-tv, to handle menu remote key press. In Developer...
View Articlegroovy.lang.MissingPropertyException: Could not get unknown property...
After upgrading my app from RN 0.42 to RN 0.59.10 this issue came up, unable to build my project.FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project...
View ArticleReact Native TouchableWithoutFeedback onLongPress wont work some android devices
TouchableWithoutFeedback onLongPress props wont work some android devices, my Rn version: 59.1, ios is work but some android device wont work onLongPress prop my TouchableWithoutFeedback...
View ArticleHow to find custom button in custom UI layout in exoplayer?
I want to custom the UI of exoplayer using these codes<com.google.android.exoplayer2.ui.PlayerView android:id="@+id/exoplayer" android:layout_width="match_parent"...
View ArticleReact Native run-android interopRequireDefault error
I have a problem with running my (just created) React Native app. I read about error Cannot find module '@babel/runtime/helpers/interopRequireDefault'But changing every possible combination of...
View ArticleAndroid gradle exclude does not work as expected
I am developing a React Native project and am using a third party library react-native-geolocation-service. Inside the build.gradle file of that library, the version of play-services-location is...
View ArticleBuild error when react-native run-android on app with no change
I have a react native 0.61 app which was running fine but is not without any change i am aware. Here is the error when react-native run-android:FAILURE: Build failed with an exception. * Where: Script...
View Article