Hardware backpress is not working after exit once with backpress in react...
Here is my project structure: - StackNavigator - Auth Navigator - APP Navigator - Drawer Navigator - Drawer Screen-1 - Stack navigator - Screen 1 - Screen 2 - Drawer Screen-2 - Stack navigator - Screen...
View ArticlegetInitialNotification method not getting called when app is in background in...
In android, I am trying to call getInitialNotification() method in my componentDidMount of App.js Class but when my app is in background and i click on notification my app is not opening by clicking on...
View ArticlePush notifications send bird messaging
I am using sendbird library as a messaging client in react-native. I aim to receive push notifications triggered by sendbird in a channel. I did all the configuration from my side by following...
View ArticleAdd Style to DropDown React native
I add this plugin and try to draw the Dropdown, it works fine in this way <View style={{ flex: 1, justifyContent: 'center', alignItems: 'flex-start',alignSelf:'center',...
View Articlenpx react-native run-android does not launch app stays in IDLE
I have been trying to learn react-native. On day one of initial setup, I was able to run the application on my android phone using following.npx react-native init AwesomeProjectcd AwesomeProjectnpx...
View ArticleHow to touch and hold to select text in React Native
I'm new to Android and trying to implement a rich editor using Text component of React Native. However when I touch the text and hold for a moment, the text was not highlighted and the top bar with...
View Article'react-native-image-picker' Error while updating property 'src' of a view...
Does anyone know how to resolve this error? "Error while updating property 'src' of a view managed by: RCTImageView"This error appear when the component is rendering. I think that the images do not...
View ArticleAndroid Studio React Native Build fails
Hi Guys I took the project I am developing at my workplace home and wanted to run it here on my machine..I got many many errors wich I fixxed but there are some that I dont know how maybe you guys know...
View ArticleMaking a VPN client using nativescript
I'm new to NativeScript and i want to build a VPN client app for android and IOS. I've tried searching online for some guides on how to do it but i'm not able to find one yet. how can i do it ?
View ArticleScreen Recording with Audio in React Native or Flutter
I am new to React Native and flutter, Is there any module available or any tutorial from where I could learn and build the Screen recording with audio for both iOS and Android.
View ArticleTypeError: undefined is not an object gotten when using navigation.openDrawer()
On trying to open my sidedrawer component using navigation.openDrawer(), I get this error.I have tried nesting the drawer component within the NavigationCOntainer which didn't workthe expected behavior...
View ArticleReact Native video not showing without error
I created React Native project which has a video and player. I run the program with 'yarn android' and emulator runs program without any error. Video has started but it is not displaying, only sound is...
View ArticleWhat is the right mobile framework for a dating app?
I am in the early stages of building a Tinder-like dating app, what will have a certain edge that is not related to this question. I am thinking about using Firestore/Firebase as the backend, and I am...
View ArticleHow to instantiate React Native Java class without MainApplication
enter image description hereI want to call @ReactMethod before i have to instantiate in MainApplication.javaIs there any way we can instantiate
View ArticleThis app contains a virus. Please uninstall this app immediately
We received a serious customer feedback. The customer says he's getting the error on the screenshot as soon as he installs our app from the google play store. In all our test cases we didn't received...
View ArticleReact Native: How to open OS settings in Android and iOS?
I am developing a mobile application using React Native in which I want to open mobile device's settings when user clicks on a specific button.I have gone through the docs of RN, but still couldn’t...
View Articlereact-native-google-places-autocomplete not working on React native 0.61
I have added react-native-google-places-autocomplete with yarn in my react-native cli project but it is not working. Here are the issues I am facing at the moment.the places drop down is not showing up...
View ArticleTouchableOpacity Not Working In Absolute View Android React Native
I've tried to fix this issue for the past 2 hours and I can't seem to get it to work. I've gone ahead and made a custom keyboard in React Native and it works perfectly on my iOS. However, on Android I...
View Articlereact-native run-android not working. Could not initialize class...
I am trying to run react-native with the CLI method.I also got the react-native-vector-icons and linked it to react native as following this tutorial from traversy media -...
View ArticleReact-native android back button in react-navigation
Well, I have a react-native app with multiple screen, each screen having a top bar where a back button is situated, it's main behavior is that the app returns to the main screen when this button is...
View Article