React Native : In-app developer menu android (genymotion)
I unable to access the In-App Developer Menu in android(genymotion). Everytime I press the home button, it's not showing the developer menu, and it shift my UI a bit lower which I can't revert it back,...
View ArticleCreate Hybrid Android app using Iconic without Android studio
I need to build a mobile application that supports Android and iOS platforms with 2 options in handReact-NativeHybrid app using IonicI've clear knowledge and enough experience to build a web-app using...
View ArticleProcess 'command 'node'' finished with non-zero exit value 1
I tried to build jitsi meet based on react-native but it stucks in bundleReleaseJsAnd assets and then throw this error : Process 'command 'node'' finished with non-zero exit value 1
View ArticleHow to open drawer navigator not in a screen defined in drawernavigator
is it possible to open a drawer navigator from a screen that I DONT WANT IT TO BE INSIDE MY DRAWER NAVIGATORconst AppDrawerNavigator = createDrawerNavigator({ Home:{ screen:MainStackNavigator,//stack...
View ArticleA failure occurred while executing...
Im using React Native, and when building (./gradlew bundleRelease). I get the following error:Task :app:packageReleaseBundle FAILEDFAILURE: Build failed with an exception.What went wrong: Execution...
View ArticleReact native + Firebase Cloud messaging, push notification issue [closed]
I have a problem, which started to happen with firebase cloud messaging and react native, this problem is that, when I send an fmc to an android device, it closes the applications, in some devices it...
View ArticleIssues with resources generated by react in Android Studio 3
I recently upgraded to Android Studio 3gradle plugin: 3.0.0-beta2 gradle: 4.1 In our project we use: "react-native": "0.46.4" with the codepush plugin.Building:gradlew assembleStagingDebug works just...
View Articleonpress stops working when loading new items react-native Android
the following code works fine on iOS, but on android after loading the orders array and rendering it, the onpress event stops working, at first I thought it was a problem with firebase but then I did...
View ArticleGoogle SignIn SDK is failing by throwing error, A non-recoverable sign in...
I have been trying to integrate Social login in my react native project in which I was able to do facebook login successfully but it is failing to signin to google. react-native-google-signin library...
View ArticleAppLock feature on React-Native application
I'm quite new to React-Native development and trying to implement AppLock feature in my application for both Android and IOS but not sure how to implement it. It would be great if anyone can help me on...
View ArticleHow to enable stacktrace react-native run-android command?
I'm running a react native project via the react-native run-android. But during the build it fails stating that :react-native-device-info:processReleaseResources FAILED. Which doesn't give much info,...
View ArticleExpo error something went wrong could not load exp://127.0.0.1:19000
I don't know what is wrong with expo it was working fine. Expo is not showing me my IP address so that I can connect expo client app with my PC by scanning QR code. I had tried many solution from...
View ArticleReact Native run android error Could not find method google()
i use Android studio 2.3.3 npm -v 6.12.0 react-native --version 3.0.4buildscript { ext { buildToolsVersion = "25.0.3" minSdkVersion = 15 compileSdkVersion = 25 targetSdkVersion = 25 } repositories {...
View ArticlePlace Material Top Tab Navigator at custom location
Using createMaterialTopTabNavigator in react navigation, I have achieved the following: However, I want to move the tabs below the page title bar and above the job item slider carousel. How do I...
View Articledynamic google-service.json after apk is generated
I have an app that sync data with my API. I want this app have a dynamic "google-service.json", I want to pass the google-service.json after the app.APK is ready and the app is installed on the device...
View ArticleReactNative error: Execution failed for task...
I started to work on a react native project. But I have a problem now. I built a simple project and execute react-native run-android. But error occurred.info Running jetifier to migrate libraries to...
View ArticleImage does not render on FlatList in some android devices
It does not render in some android like moto g4 and samsung a50 !! It renders perfectly in some Android devices and iOS. When users try to open the app the images is not rendered as supposed to.React...
View ArticleOpen Settings using Linking.sendIntent()
I want to open system settings in android. As per documentation, Linking.sendIntent() can send intents mentioned at AndroidSettings. While using settingsIntent, i am facing issue. How can i pass...
View ArticleReact Native - How to save TextInput into a .txt file
I'm trying to create a function that send the input written the TextInto by using BlueTooth. I thought to save the input in a txt file and send it, but I don't know how to create the aforementioned...
View ArticleHow to install react-navigation in an ejected expo project?
I am trying to install react-navigation in my ejected expo app by following the official install instructions on this page. Within the instructions below the typical addition of the package and linking...
View Article