“launchPackager.command” cannot be opened because it is from an unidentified...
macOS Catalina 10.15 app not run in ios:- show me this warning.
View ArticleSave the sqlite file to phone storage in react-native-sqlite-storage
I am trying to save SQLite file to the phone storage because the user deletes or reinstalls the app then the user will lost the previous data of the app. So is there any way to save data to phone...
View Articlereact-native-apple-authentication not returning email neither fullname
I'm trying to implement Apple SignIn in my ReactNative app, I added the react-native-apple-authentication (https://www.npmjs.com/package/react-native-apple-authentication) and then installed the pods,...
View ArticleHow to slide a component in a flatlist in react-native?
The aim is to slide a component from a flatlist, to slide from right or left to bring up options like we have on Instagram. Instagram has the slider report functionality only for iOS not for androidWe...
View ArticleHow to set iOS status bar background color in React Native?
Is there a single place in the react native iOS native code that I could modify to set iOS statusbar backgroundColor? RCTRootView.m ?The react native StatusBar component only support backgroundColor...
View ArticleHow do I locate/access PDF files generated through my app on iOS?
I'm using https://github.com/christopherdro/react-native-html-to-pdf to generate PDF files. On Android they end up in my Download folder and all is good, on iOS however they end up...
View Article500 error while doing a put/post/patch request in react native ios
I am attempting to create a put request to my react native (0.60.4) ios project and every time I do so I receive a 500 error when making my request. I am getting the same error while doing a post or...
View Articlemain.jsbundle file showing in my iOS project but still throwing "No bundle...
I am creating new React native app but facing error like "No bundle url present" while running it on iOS Simulator.Command to Run App on iOS:react-native run-ios --port=8089 I tried every possible...
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View ArticleAlert.alert not working for IOS in react native
I have used Alert.alert with ok button (on ok button click have added redirection) in react native. Its working fine on android but on IOS Alert shows but its getting closed immediately.Alert.alert(...
View ArticleMultiple vibrations on receiving local push notification in background in...
I would like to have multiple vibrations on receiving one local push notification in background in react-native. How is it possible?I tried using https://github.com/zo0r/react-native-push-notification...
View ArticleChange font for the title of Navigation Header bar in react-native
In the new version i.e, the 0.61 of react-native, I didn't find any sort of mechanism for changing the font of the title. The earlier versions have their own solutions but the present one doesn't have...
View ArticleExpo - Implementing Notifications Set App Icon Badge Number
Despite numerous attempts to implement the app icon badge number in our Expo app, the app icon badge number could not be set. The documentation on setting notifications app icon badge number is also...
View ArticleReact-native: How to build for ios from windows
We are starting to work with react-native at my company. We have one mac and the rest of the team is running on windows. Is there a way to write the app on windows with the ios device connected to the...
View ArticleHow to solve Apple's UIWebView deprecation warning? [duplicate]
This question already has an answer here:ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs 8 answersSo I would not be posting this if I had not...
View Articleerror Linking assets failed. Run CLI with --verbose flag for more details....
I am linking assets for the purpose of using external custom fonts. The fonts folder is in './android/app/src/main/assets/fonts/'. 'react-native link' does not work but 'npx react-native link' works,...
View Articleld: library not found for -lRCTGeolocation error after upgrading to 60.5
I upgrade my react native project to 60.5 and after that I get this error building iOS XcodeSpace ld: library not found for -lRCTGeolocation
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 ArticleIssue with Google Cast SDK for React Native iOS
I am using https://github.com/react-native-google-cast/react-native-google-cast library for integration google cast with react native for iOS.I am getting channel init success but later while trying to...
View ArticleCan i implement an E2EE on a voice call mobile app react native?
Am in lost about how and if its possible to implement encryption to my voice call app in react native. Is encrypting voice in E2EE model for a mobile app is possible? like how about the speed and its a...
View Article