npm run android hangs on 'Loading dependency graph, done' (BlueWallet)
I'm trying to clone BlueWallet from this github source.I clone the project and installed the required packages. Also, the emulator is running with android studio AVD.But whenever I try to run npm start...
View ArticleGradle DSL method not found: 'implementation()' (Android React Native)
Not sure what I did wrong, but my project won't build successfully. Here is my top-level settings.gradle file:apply from: '../node_modules/react-native-unimodules/gradle.groovy'...
View ArticleReact Native : How to Establish VPN connection inside app
How can I establish a VPN connection (PPTP or IPSEC - IKEV2 or anything else) with react-native and connect to it?Is there any way to establish a VPN through Proxy ?
View ArticleRNSound.IsAndroid error (React Native)
Am getting this error- undefined is not an object(evaluating RNSound.IsAndroid)I have already used this- react-native link react-native-soundmy index.android.js code is- import React from 'react';...
View ArticleUnable to connect Android emulator to React Native debugger
I am unable to connect android emulator with react native debugger.When I run react-native run-android, it brings up the app successfully without showing any errors. It also brings up node Metro...
View ArticleVerify phone number(Otp verification) using react-native-firebase
I am using react-native-firebase v^5.5.6. Now i want to just verify my phone number using firebase. To verify phone number i am usingfirebase.auth().verifyPhoneNumber(phoneNumber).on('state_changed',...
View ArticleReact Native: Determine number of lines of Text component
As the title says, I've been trying to find a way to determine the number of lines the text component AFTER it has been given text. Look at my example below.<Text> Lorem ipsum dolor sit amet,...
View ArticleReact-Native project stuck on :app:installDebug
Every time I run my react-native project it's stuck in 99%. I've tried to run ./Gradlew clean and kill adb but nothing works. I already used my device via usb, genymotion and android studio emulator...
View ArticleHow to make my app appear in share list in vue native?
I want to know how you can do that in vue native. I want my app to be able to accept images as well as urls and text
View Articleclass must either be declared abstract or implement abstract method called...
I am following Native Module documentation for android: https://facebook.github.io/react-native/docs/native-modules-android.html#docsNavMy package currently looks like thispackage...
View ArticleWhat should I do with "implementation method not found" error? [duplicate]
This question already has an answer here:Gradle DSL method not found: 'implementation()' 7 answersHow to fix “ERROR: Gradle DSL method not found” on Android Studio 3.3 2 answersI was working on a react...
View ArticleDetect if picture of picture taken in mobile app
I am working on a face recognition app where the picture is taken and sent to server for recognition. I have to add a validation that user should capture picture of real person and of another picture....
View ArticleReactApplicationContext cannot be converted to AppCompatActivity
I am trying to create a Native module for an Android SDK. When I try to pass reactContext to it I get the following ReactApplicationContext cannot be converted to AppCompatActivity. This is the block...
View ArticleReact native Touch events are passing through absolute view
I'm using react-navigation and I have a view that I want to show when an icon is pressed in the toolbar, I already made it using another component and setting the component to be displayed as absolute,...
View ArticleHow to remove the border of native-base tabs
I need to remove the border as I marked in the image.I am using react-native & native-base tabs. I need to remove the bottom border of tabs.<Tabs> <Tab heading="Tab1"> <Tab1 />...
View ArticleReact Native create signed apk for project to publish on play store
The process given in the react native documentation for the creation of a signed apk is not working. The video tutorials on youtube are old. Please do clarify!
View ArticleAndroid App Bundle from React Native: You uploaded an APK or Android App...
I'm trying to publish an app for the first time to the Google Play Store. I've opted in to Google Play Signing. I know for a fact that I'm signing the Android App Bundle with the right key since, when...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleCan't import MultiDexApplication
I have an app built with react native and I need to enable MultiDexsupport. My problem is that I can't import the MultiDexApplication class to extend it because at compile time I get symbol not found...
View ArticleHow can I update android demo app on expo?
I am a new expo and react-native user.I am building mny react-native app with expo SDK36 and there is a QR code for my app on my dashboard on https://expo.io/@myusername/myproject.Scanning the QR code...
View Article