how do apps blocker work on mobile phone?
I just wonder how can those apps block another apps on device or detect what i write on browser ?also they can block open all setting or only what i selected to block.I'm a mobile appliction develpor...
View ArticleFull screen background image on loginscreen in React Native app
I'm currently trying to set a full background image on my login view.I've used the following code to do so but noticed that Iphone 11 have like a white bar at the bottom and top of the phone. Is this...
View ArticleReact native not picking up android changes
Just a general question I couldn't quite find an answer for.I've been developing a react native app and noticed that when I run it on android it works fine. But when I build and run it on ios it...
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 ArticleCrashlytics for crashes on device not reporting on firebase console
I am able to see crashes caused from simulator but when I create adhoc build and install on device and then crash it (made sure to relaunch after crash), it's not reporting at all. I have already...
View ArticlePairing Bluetooth Devices with React-Native
I am trying to implement a pairing to a Bluetooth low energy device with react-native.Does anyone have experience with that or can recommend some helpful references?I already tried out an existing...
View Articleafter iOS 14 update, react-native bare project app is not working after...
the error messages i got are below<< error >>2020-10-08 17:14:00.943709+0900 tessa[68545:298644] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:...
View ArticleReact-native, cant run project. Error: 'GoogleUtilities/GULLoggerLevel.h'...
Firstly i cant understand why people use this technology, as for me native apps more better) So i have old project and i need to run this project. Simple task, but i have spent 3 days and still...
View ArticleGetting error Authentication with Apple Developer Portal failed while Expo...
I have developed a mobile application using Expo react native. I exported .apk and.aab easily. Now, I am unable to export the .ipa file through Expo CLI and getting error "Authentication with Apple...
View ArticleHow can we show push notification alert box after authentication or any...
I have implemented push notification in iOS and android in React Native and its working fine.But how can I change the position of notification alert box in IOS currently its appear when app launch and...
View ArticleDuplicate symbols for architecture x86_64 when trying to build react native...
I am trying to build a react native app on Xcode 11. The following log shows that it fails due to certain duplicate...
View ArticleDownload image not working on IOS device - React Native
I implemented functionality for download image in React Native using RNFetchBlob Its Working fine with android but on IOS device it's not working.Following is my react native code for download...
View ArticleApp denied from App Store for displaying content in a WKwebview
I am using WKWebView in my react native to show website as ios application.In the response of apple review for publishing my app I gotGuideline 4.2 - Design - Minimum FunctionalityYour app still...
View ArticleSwift error when trying to run a reach native app in iOS
I have created a new react-native app and when I try to run the app on an iOS emulator it doesn't seem to run and causes an error.When I open Xcode I seem to get the following error.I have never come...
View Article`expo-notifications` scheduleNotificationAsync not working as expected in device
My app is of expo bare workflow.Using latest expo & expo notifications."expo": "^39.0.0","expo-notifications": "~0.7.2",ProblemIm im trying to schedule a repeat notification on everyday morning 9AM...
View ArticleReact native: TypeError: null is not an object (evaluating...
My react native app was working just fine before I used expo eject. I ejected it because I now intend to build and release the app to the ios app store. As soon as I attempt to start the ejected app...
View ArticleReact Native - launchPackager.command cant be opened
I am having trouble building react native ios project.Error message:"launchPackage command" can't be opened because it is from an unidentified developer.Any idea how to fix this?
View ArticleCan't compile React Native iOS app to run on physical device, issue with...
For some reason since recently, I cannot run my React Native app on a physical device from Xcode or even from the command line. I'm getting the following error:duplicate symbol '_md5_block_data_order'...
View ArticleReact Native blank white screen issue (ios)
When I run react-native project on ios under 14 it run correctly but with ios 14 it show me a blank white screen. How can I solve this problem?podfile : platform :ios, '9.0'require_relative...
View ArticleLibraries stopped working after Xcode updated. React Native 0.62.2
I had trouble when updating Mac data. After I updated to a certain Mac Version, Spotlight stopped working when using the emulator. That was solved after some time. However, after I updated XCode, some...
View Article