Regex for Bank credit transaction SMS [closed]
good day guys,i am currently working on an app with react-native,the goal here is to retrieve users bank sms(credit alerts) and sum the total,i have been able to get and filter the sms using a...
View ArticleIssue with Android Emulator no longer connecting to package server
After installing and configuring the react-native-firebase package for my app, running react-native run-android no longer creates a index.android.bundle file. I've been able to work around this by...
View ArticleHow to set android push notification color and icon?
I am using react-native, amplify, and firebase. I have followed several guides and stack overflow questions to set the android default color and icon for push notifications like this:<meta-data...
View ArticleRunning Expo/React Native in Android Device
I have an React Native app developed with Expo, while scanning the QR code works perfectly, when i try to run the app in a connected usb debug succesfully enabled android device with expo start...
View ArticleReact Native - React Navigation Tab Bar - Custom floating action button
I need some help to use React Native - react navigation library.It is Tab bar, but the Upload button acted as floating action button. I have try :const click = () => { console.log('click'); return...
View Articlereact-native logcat Why keep showing: D/EGL_adreno: eglMakeCurrent?
I don't know what this log means.After this log appears, the application becomes very slow. (UI FPS < 40 )may I know what is the reason?04-21 23:43:21.306 15554-15570/***.***.*** D/EGL_adreno:...
View ArticleWindows error :spawnSync ./gradlew EACCES error when running react native...
Am trying to run react native using react-native run-android but I get the above error. I was having issues getting my detached expo to run on android emulator and I keep getting this error Error...
View ArticleError : Native Module RNGeocoder tried to override RNGeocoderModule when I...
I am building a React Native application and In this application, I need to get the location of a Particular area that is Street Address, City and Country. I am trying to use react-native-geocoder...
View ArticleHow do you debug React Native?
How does one debug their React code with React Native while the app is running in app simulator?
View ArticleHow to Google Cast using React Native Web
I've been looking for a way to use Google Cast on React Native Web i.e. use the SDK on a Web browser on Android and iOS. I haven't found anything so far. Obviously there is the js/html sdk for Chrome...
View ArticleCreate menu on React Native using StackNavigator with fetching data from API
I am new in react native and doing the menu for ecommerce. There is menu with different nesting depth on server. For example:Main Category List[ {"category_id": xxx, "name": "parent_1", //level_1 child...
View ArticleGetting errors while installing react-native app using android studio
Why this error ;Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :react-native-restart.
View ArticleReact native android can not find com.android.tools.build:gradle:3.6.3
Any people met the issue Could not resolve all artifacts for configuration ':react-native-fast-image:classpath' and can not find com.android.tools.build:gradle:3.6.3 ? I try open the project structure...
View ArticleDeveloper Error while logging in with google in react-native + firebase
I am trying to log in with google in my project build in react-native. I am testing it on a real android device. But it is giving DEVELOPER ERROR while signing in. I have added the SHA 1 certificate of...
View ArticleReact Native Android location request timed out
In IOS there isn't a problem while looking for gps coords. It works fine.On Android side its not stable as IOS. This problem both in real device and emulator. Sometimes it can find location, but...
View Articleconnect vpn programmatically react native for android ios
I am new to react native, I want to make a VPN client app for Android and IOS. VPN protocol should be IPSec or IKEv2 or any other. I have tried these:1. OpenVPNnode-openvpn and openvpn-bin but no...
View ArticleActivity is very slow to show when screen is locked and app crash when call...
I need for my call video app a screen to show even when screen is locked. I used this very good tutorial to achieve this and it's working, screen wake when user receives a call.But my problem is that...
View ArticleCould not run the react-native application
I am getting this error while installing application.More than one file was found with OS independent path 'lib/x86/libc++_shared.so'
View ArticleHow to Activate GPS Icon in react-native?
I want to appear GPS Icon on the status bar when I open app or screen that's contain Map, So I add a function that asks a user at the first time to allow Location permission and it's work very well and...
View ArticleView and Search PDF or doc Files in React Native
Can anyone please provide any library for displaying and searching in a PDF or doc files in React Native? .I've tested WebView , react-native-pdf-lib ,react-native-pdf-view , react-native-doc-viewer...
View Article