Badge ios 13.3 not reset
(sorry for my bad English)When I receive a notification the ios badge increments. When I launch my application and I return to the home the badge has disappeared but if I receive a new notification it...
View ArticleReact-Native change default location of iOS and Android folder
According to the react-native cli documentation we can specify custom configuration based on each platform for RN cli. I want to change the default location of each platform folders so I added my...
View ArticleHow do you specify an apple-app-site-association file path to match query...
I'm trying to set up universal linking in a mobile app I am building. The path I'm trying to match on my website is www.mywebsite.com/route?query=xxxThe apple docs have an example...
View ArticleHow do I get Expo to prompt my app for "Always" Location Permission?
I'm developing an iOS app using Expo. My app needs Location permission in order for geofencing to work when the app is not in use. I've followed Expo's documentation for Location Permission and...
View ArticleReact Native not starting iOS simulator
It happened recently when i tried react-native run-ios. Everything works fine in the terminal. no errors. even build get succeedded and in the terminal it says Launching build.xxx.xxx and then nothing...
View ArticleSynchronously scroll two components at once
I have an app where a timetable is displayed.When the right ScrollView containing the schedule is scrolled, I want the left ScrollView containing the times to scroll too.<ScrollView...
View ArticleHow do i know that the Instagram button has been selected?
How do i know when the application has been clicked? I'm using 'Share' from React Native. I want to know as soon as a user clicks an app icon (e.g. Instagram) and then launch my own function, not the...
View ArticleAsyncStorage reference crashes react native app on iOS
I have been using ExpoKit to develop an application, which relies on usage of AsyncStorage, and everything worked nice until I wanted to deploy it to prod.In my package.json I have: "react-native":...
View ArticleIs the advice on google developer website enough to secure Android App?
I am developing a financial app with React Native for a start-up company, now I am following the the security advice on google developer website to secure the app. I have heard that Android app is not...
View ArticleGoogle maps click on Point of interest returns different placeId on Android...
I am working on react native application using package "react-native-maps": "0.27.0". I am watching for click on Point of interest (poi) and trying to read a location returned object. But there is...
View ArticleHow to set custom fonts in WebView(react-native-webview) in iOS?
I want to set custom fonts in Webview. I have implemented the below code:@font-face { font-family: 'Poppins-Bold'; src:url('file:///android_asset/fonts/Poppins-Bold.ttf') format('truetype') } body{...
View Articlereact native ssl pinning
We are building a react native 0.61.4 app and we want to use the library react-native-ssl-pinning. There is a problem with ios certificate and fetch returns error "cancelled" when running on ios.We...
View Article"RCTBundleURLProvider.h" file not found - AppDelegate.m
I am trying to run my React Native app in XCode and I keep getting this error. I cannot figure out how to resolve the issue. Any suggestions?Screen Shot of Error in XCode:
View ArticleReact Native init specific version
I upgraded my latest project to React Native 0.19 and instantly the video no longer works. How can I create a new project with a specific version? I want to init a new project at version 0.18.1. I did...
View ArticleReact Native: Undefined symbols for architecture x86_64: "_YGNodeIsDirty"
I have the following issue when trying to compile my app for iOS on my CI (Bitrise). All the commands work perfectly fine locally.React Native 0.61.5 cd /Users/vagrant/git/ios/Pods export...
View ArticleEmpty Info.plist paths in build settings with frameworks installed with...
I have a problem with CocoaPods, every time I try to run the command pod install the pods are correctly installed but the Info.plist file path in the build settings of each linked framework is always...
View ArticleForce React Native Web View to Ignore cached version of webview
ContextCurrently working a HTML & JS heavy project that is a react native project. All HTML & JS are referenced locally (nothing over http). ProblemWhenever I make changes to HTML or JS I don't...
View ArticleReact Native AsyncStorage storing values other than strings
Is there any way to store values other than strings with AsyncStorage? I want to store simple boolean values for example.AsyncStorage.setItem('key', 'ok'); Is no problem,...
View ArticleReact Native Swipeable (Swipe to delete) not closing
I'm using Swipeable from React-Native-Gesture-Handler to incorporate swipe to delete on my page. When I press delete, the contact gets deleted however the swipeable remains open.I want it to close...
View ArticleCannot exit app with ionic2 on iOS? Is there a way to exit app?
I've build an Ionic2 app and usingthis.platform.exitApp()in app.component.ts to exit app.On Android it's work well, but got this error on iOSundefined is not an object (evaluating...
View Article