How to detect when a user screenshots? (React Native, IOS and Android)
I want to know when a user screenshots while being in the app for analytics. for both Android and IOS.
View ArticleReact native iOS library not found after updating
After I update an already existing React Native library, should i relink it again?.ld: library not found for -lBranch-SDK in addition,when I run react-native-link I getreact-native-branch ERR! Failed...
View ArticleReact-native camera roll linking issue
I am trying to add library to my project @react-native-community/cameraroll. But it is not getting linked and build always fails in Xcode, not even displaying error.I am using React-native version 0.60
View ArticleHow do you execute Javascript in React-Native WebView?
I'm trying to execute javascript in a WebView that is loaded on an iOS advice. I'm trying to get a painfully simple example to work but it is consistently throwing an undefined or TypeError.Here is the...
View ArticleReact Native Notification IOS - APN Configuration
I have a problem with the configuration of push notification in IOS. I followed all the steps of the tutorial in the Invertase documentation...
View ArticleReact Native - navigation.addListner is not an object
App.js:import React, { Component } from 'react'; import {View,Text} from 'react-native'; import { createDrawerNavigator } from 'react-navigation-drawer'; import {createAppContainer} from...
View ArticlePeriodically sending api request in the background and receiving the result...
I want to make an application exactly like the title. Every 5 or 15 minutes in the background, I will send a request to the api which I made and send a notification to my phone according to the...
View ArticleReact Native project cannot open real device (Can Not connect metro server 8081)
Hi I create proje yesterday always very nice but now simulator connected metro bundler but real device cannot connect and can not show home page just I see splash screen and not any error just white...
View ArticleUse https on dotnet core web api
I am currently implementing WEB APIs on dotnet core 3.1, which will be called by an ios app developed by react-native.Apple requires secure connections.I searched intensively on the web, but I was...
View Articlereact native load app only if user is logged in calling...
i have a user protected app, i want to authenticate user before loading the main app. so i was wondering is it possible to register more than one app and switch between them in runtime ?for example i...
View ArticleRN fetch blob download docx or pdf from URL in IOS
What is done:Implemented in Android and its getting downloaded in specific DCIM directory in android. In ios using DocumentDir to download the pdf or docx file. Using "rn-fetch-blob":...
View ArticleHow to add an overlay on SFSafariViewController with react-navigation?
I'd like to show an overlay above the SFSafariViewController when I click on a link within SFSafariViewController. An expected view is displayed below.A similar issue has been posted in...
View ArticleHow to change the iOS app display name programmatically in React native?
Actually, I want to change the App Icon and App display name dynamically in my iOS and Android React Native app. Here, I can change only the app icon in iOS and the app icon and app display name in...
View ArticleReact Native Mapbox - Can't build iOS app (MapboxMobileEvents issue)
When i try to build react native iOS app (via Fastlane) i get this error: Debug: Command took 0 seconds Debug: Found framework/dylib:...
View ArticleHow to set 'exclude_files' in Podfile rather than podspec
I've created a new react-native project (0.61.5) and am trying to install react-native-track-player. The default installation docs are pretty sparse but after going through the issues I was able to...
View ArticleRN + Cocoapods = library not found for -lPods-XXX
I feel this question have been asked again and again but I swear I tested every solution seen on the internet and it's still happening.Basically I moved my React Native project to using cocoapods. See...
View ArticleHow to get app latest version from PlayStore/AppStore react native
I need to compare my app's version with the latest version from PlayStore/AppStore. I used react-native-version-check but it's not working properly for my app. Is there a way to call directly to the...
View ArticleCan I upload an app with a different name in every country? on IOS and android
I have developed an app and would like to upload it on play store as well as on app store, is there an option to upload it as 1 APP but with a different name for every country?
View ArticleITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of...
I tried to upload the app to the App Store, but there was a problem. I received an email telling me not to use UIWebView and was rejected.ITMS-90809: Deprecated API Usage - Apple will stop accepting...
View ArticleUpload one app to the app market, but how can it accommodate the different...
I have built my react native to work for iPhone6. That is, the 'flex' values are geared for this phone. I want to upload this app to the app market, but there are so many different phones (iPhoneX,...
View Article