Opening a dynamic link from a WebView inside React native App
I am trying to open up a dynamic link from webview, where webview uri is pointed to a web app, which contains several components with links to be opened from the mobile app(Deep links to the app).Right...
View ArticleRead text from screen when other app is open?
I want to make an Android utility app that detects and saves addresses from the phone's screen. For example: when I scroll upon an address in Chrome, this app detects that and saves the...
View ArticleReact native TouchableOpacity onPress not working on Android
TouchabelOpacity works fine on iOS but the onPress method does not work on Android for me. My react-native version: 0.57.4My code:const initDrawer = navigation => (<TouchableOpacity style={{...
View ArticleReact-native app mesage read in oppo and vivo
strong textReact native app is facing the issue to read message automatically in vivo v15 and oppo model and working perfectly fine In other models
View ArticleBuild fails using React-Native-Bluetooth-Classic
I'm trying to use bluetooth in my app to stablish a serial connection. Once i add the React-Native-Bluetooth-Classic the app wont build. The following message pops:react-native:...
View ArticleHow to build Expo APK local
Is it possible to build the APK of an expo app locally?The doc says:If you haven’t used exp before, the first thing you’ll need to do is login with your Expo account using exp login.I tried exp start,...
View Articlenull is not an object (evaluating...
I am getting this error when evaluating Notifications.cancelAllScheduledNotificationsAsync() in React Native application and android emulator.Error Stack TypeError: null is not an object (evaluating...
View ArticleGrid Layout of View in React Native
I am trying to create a React Native View with a Layout like this one. How can I create a box, like one of the boxes on the image?Is it possible to achieve this with Flex? I need one for the number...
View ArticleReact Native missing java main class
I come from JS background and know a thing or two about react-native. I was learning Android from tutorial point and in one of the points, they have mentioned public static void main(String args[]) −...
View ArticleProgrammatically Restart a React Native App
Is it possible to programmatically restart a React Native app without writing any native code? For instance, I know from the answer to this question that I can restart an Android app with:Intent i =...
View Articlereact-native-iap returns different subscription
I have implemented react-native-iap in my mobile app. I have added subscriptions under In app products on google play console. But whenever I am trying to retrive that subscriptions through js on...
View ArticleOpen a modal on BottomTabNavigator click react-native
I was trying to open a modal from bottomnavigator , was following this tutorial - https://snack.expo.io/SyJKMkFUMI am using react-navigation -3.0.9here is my app.js class App extends React.Component {...
View ArticleManifest Merger Failed issue in React Native Android
I am trying to run the React Native Application on my Android device but i am getting an error says "Manifest merger failed" , i have tried a lot to solve the issue but i am not getting any working...
View ArticleDevelop clone same like Anydesk or Teamviewer for Android [closed]
From last some of the days I tried to find out some information/demo related to develop an android app same like AnyDesk or TeamViewer for online assistant. we found that the 2 android device connect...
View ArticleEdgeLight: Screen borders are not going beyond the notch and softkeys in...
I am just trying to implement "edge light" Ref in react native.I have this below code to achieve it.<Layout style={{ flex: 1, paddingTop: 18, paddingBottom: 18, paddingLeft: 28, paddingRight: 28,...
View ArticleHow Do I Bring A React Native Android App To The Foreground When It Is In The...
Is there any way to bring a React Native app to the foreground when it is in the background or has been killed?I have tried using react-native-invoke-app but it is no longer being maintained and only...
View ArticleCompile error Unable to resolve module graphql in React Native
I can't compile my project because of this error:Error: Unable to resolve module ../jsutils/defineToStringTag fromnode_modules\graphql\language\source.js:None of these files exist: *...
View ArticleI don't get the result of my promice despite using await
My function looks like this:async function getPlaceForecast(lat, long) {//var response;var day5forecast = 'http://api.openweathermap.org/data/2.5/forecast?lat='+ lat +'&lon='+ long +'&appid='+...
View ArticleReact - The method or property expo-file-system.downloadAsync is not...
I'm running my react native app on android and i've got this following errorWARN Possible Unhandled Promise Rejection (id: 11):Error: The method or property expo-file-system.downloadAsync is not...
View ArticleHow to pass data between react native screens?
Hey I am new to react native. So basically I have a stack navigator with two screen option: Screen 1 (Default) and Screen2. I already set up a button so that when pressed it will take me to Screen 2....
View Article