Delete previous notification(s) using react-native-push-notification
I'm writing an app that sends a local push notification every fifteen minutes while a background timer is running via react-native-push-notification. If notification n isn't acted on by the user, when...
View ArticleReact native API call returns error code 0 on new iPhones
I am working on a RN app who's already deployed on the App and Play Store but isn't currently used. We experienced an issue on the newest iPhones (iPhone 10 and up) where no api calls could be made to...
View Articlereact native run on ios device crash immediately
I just init a new app with react-native init and run the app on real ios device with react-native run-ios --device.The build successed and the app was install and launch, show the splash screen and...
View Article@react-native-firebase/messaging not getting device token in real ios device
I am using react-native-firebase v8 and react-native v0.61.2. I have recently upgraded my react-native version from 0.61 to 0.61.2. In android everything works perfect but in ios real device...
View ArticleHow change font-family (custom) of react-native webview
I am using react-native webview to display some web content in myreact-native app. and my app font-family and webviewfont-family is different.I want to change webview font-family from app.Is there any...
View ArticleYoga framework giving could not build module Foundation
In my native iOS project integrated with react native for a few functionalities. I am getting strange errors while building.I tried the following steps to fix, but no useDeleting derived datapod...
View Articlereact-native iOS release build Error loading local images and icon
After upgrading my RN version from 0.61.0 to 0.61.2 when i made a release build then it shows error saying that No bundle url present. then i delete my main.jsBundle from xcode and create that file...
View ArticleCocoapods: Add react native dependency in Podspec
How can I make my cocoapod dependent on react native (0.63 using the new React-Core pod)?This is my situation:I am building a framework which uses react native internally. I want to distribute this...
View ArticleSpeech to text with react-native-community/voice is not giving proper result...
I am using speech to text using react-native-community/voice. For android, it is working fine but for iOS, it is not giving proper results. I tried using hooks also but getting the same result.I used...
View ArticleLinking Error in debugging IOS app in simulator
here's the errorld: building for iOS Simulator, but linking in object file built foriOS, file'/Users/mohsen/Desktop/ProjectName/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/GoogleMaps'for...
View ArticleReact Native open file from iCloud "Files" app not working
I have a react native app that allows users to share their content by creating a zip file (I use a different extension, .ssc but it's really just a zip file). The zip file can then be opened by another...
View Article“launchPackager.command” cannot be opened because it is from an unidentified...
macOS Catalina 10.15app not run in ios:- show me this warning.
View ArticleThe file “launchPackager.command” could not be executed because you do not...
Hello I am trying to Add Firebase to my react-native project.At the end when i try to launch my IOS project:The file “launchPackager.command” could not be executed because you do not have appropriate...
View ArticleDeep Link is not handled when app is closed React Native iOS app
I'm developing a React Native app for iOS.This app has to be able to open deeplinks and it works fine when the app is opened in background.When the app is close, the native iOS code (Objective-C) does...
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 ArticleNotification Icon not appearing on React-native expo sdk 38 project
I'm having a serious issue using Expo Notifications on SDK 38.0.0. My notification icon does not appear on Android either IOS like this: https://imgur.com/a/6y32HnO. When I remove the flag:...
View ArticleIos Build error - Couldn't write Gemfile.lock - Expo React Native
I'm getting an error while trying build and pa or ios appThis is what happens in the terminalI select Yes I have an apple id, but even if I say no I get this errorThis happened after I fill type my...
View ArticleEnable landscape mode for iPad/tablet using react-native
I am working on a requirement where the mobile device would support only portrait mode while the tablet/iPad supports both portrait and landscape mode, I am not sure how to achieve the requirement...
View ArticleSet user agent with WebView with react-native
I want to modify the user agent string in a WebView so that on the server side I can detect that the request has come from my react-native app. I want to do this using the source prop in the...
View Articleerror: exportArchive: The data couldn’t be read because it isn’t in the...
I have this script that I did not write, that is supposed to build .ipas of different build flavours:import path from "path";import { execSync } from "child_process";import { name, iosDirectory } from...
View Article