How to show ringing UI on mobile even if the app is killed and phone is locked?
I don't exactly know the flow of Video calling in mobile apps. The flow which I am using for video calling is as follows:User 1 taps to call User 2Your app generates a unique name for a Room. Perhaps a...
View Articlereact-native-push-notification doesn't work on ios DEVICE
I'm using react-native-push-notification, but I have a problem.With IOS simulator or android emulator, Everything works well.But with real iphone device, push notification doesn't work. (on release...
View Articlereact native and integrated third-party payment gateway using web view is it...
I want to develop an ios e-commerce app using react native and integrated third-party payment gateway using web view is it acceptable in the apple store?
View ArticleI wanna reinstall expo-cli, but there is err. And can't uninstall expo-cli
I tried to build the app through expo but failed, and I tried to reinstall expo-cli. So, I entered the code below to remove the expo-cli.npm -g uninstall expo-cli --saveand (base)...
View ArticleHow can I do offline Authentication?
I am using Firebase Authentication with Flutter App, and as you know you can't use Firebase Authentication service without connecting to the Server.what the Community Suggest for this Problem?
View Articlewhy don't it displayed in ios settings
Assumptions / What you want to achieveI want to allow location information with pemission, but the application is not displayed in the ios settingsI am writing with typescript in react nativeI...
View ArticleReact-Native how to give icon focus immediately when keyboard is up, instead...
I have created a standard "search" component, where there is an "x" and a "cancel" icon present. The "x" is meant to clear the field quickly if you want to change what you have previously typed into...
View ArticleWhich React Native library I should use to scan devices with Bluetooth...
I am interested in scan devices and not establish connections to exchange data.Requirements are:capability to read rssi valuescompatibility with Bluetooth Classiccompatibility with BLEworking on...
View ArticleRecurrent local push notifications for react-native
I'm making a mobile app which needs heavy use of recurring notification settings (repeat daily, monthly, hourly, every weekdays, every weekends, every 2 hours, etc ...).I've tried...
View ArticleWhy cannot see internal test option in test flight when deploying Expo project
I am new to IOS development, I upload a build on app store. From many tutorial I found online, in the testflight tab, I am supposed to see the internal test option, but my testflight tab looks very...
View Articleis not working in react native
Here is my instancevar LoginPopup=React.createClass({ render:function(){ return(<View><TextInput placeholder="number" keyboardType="numeric"/><TextInput placeholder="url"...
View ArticleReact native gradlew assembleRelease build failed. Execution failed for task...
I'm encountering with this error, when run ./gradlew assembleRelease. I've tinkering about in some hours. Help pls. It was once builded successfully but, after my attempts of clearing something and...
View ArticleHow to configure React Native Image picker styling?
When i'm getting an image from the gallery in react-native-image-picker, i need to:--change the font and colour of the Cancel, Play and Choose buttons --change color of the progress bar from blue...
View Articlehow do I upload Big files to Google Drive from React Native
I've been using the Google drive wrapper https://github.com/RobinBobin/react-native-google-drive-api-wrapper, and I was able to upload small files in base64, but the bigger files are causing the...
View ArticleExpo React Native App Not Loading the AppEntry.bundle
I am working on a react-native app using expo. The app was working just fine. I could do npm start to run the metro builder and then run my app on simulator as well as iOS devices directly.I did 2...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleIs it possible to get the line number of an error in React Native?
I am writing a React Native app, and I find that the error messages that the iOS emulator generates never indicate the line in my code where the error occurred. In the screenshot below, I can see that...
View ArticlePermission denied - geolocation in React Native
I've been playing around with React Native, getting custom locations to work and setting the "NSLocationWhenInUseUsageDescription" key. The error, when running on the ios simulator, is this:{"code":...
View ArticleReact Native issue with state and initialRegion in MapView component
I have a MapView that I'm trying to have focus on a user's current location. Right now I'm logging the position, and logging the currentRegion state. My issue is the component is showing the empty...
View ArticleHow to change user current location blue dot color or image in react native
I am using below library to show the users current location Library using : https://github.com/react-community/react-native-mapsAbove library is used to show the current location and it's showing the...
View Article