Rect native exactly same header on ios and android?
I'm working on a reactnative project and i have to make 2 apps with exactly same topbar on ios and android Is it possible ? Even if it's not a native header Or maybe i have to custom android topbar so...
View ArticleDisplay a PDF in react-native-webview after fetch. iOS only
I'm trying to display a downloaded pdf inside a WebView. I'm using react-native-webview (https://github.com/react-native-community/react-native-webview) and rn-fetch-blob to download it.Basically i...
View ArticleCannot add calendar to a real iOS device when it works on a iOS simulator
I'm using Expo's Calendar API to create a calendar and events, but I'm getting the following error only on my real device when it works perfectly on the iOS simulator:[Unhandled promise rejection:...
View ArticleCannot add calendar to a real iOS device when it works on an iOS simulator
I'm using Expo's Calendar API to create a calendar and events, but I'm getting the following error only on my real device when it works perfectly on the iOS simulator:[Unhandled promise rejection:...
View ArticleChanging display name or bundle identifier in Xcode breaks React Native CLI...
I am trying to create separate builds for dev, stage and prod environments for my React Native project. Eventually I want to automate this using Fastlane, however first I want to understand how to do...
View ArticleTabs with scrolling animated header - React native
I am following the tutorial in the link: https://medium.com/appandflow/react-native-scrollview-animated-header-10a18cb9469e . However I can't seem to understand how to add tabs to this such that the...
View ArticleXcode 11.3.1 Failed to load Info.plist from bundle at path
I have React Native project which stops working after Xcode upgrade to version 11.3.1. The error is following Could not install at this time. Failed to load Info.plist from bundle at path...
View ArticleReact-Native Bundle Error error SHA-1 for file is not computed
I am facing this error while creating bundle of react-native app.I am executing command react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ioserror SHA-1...
View ArticleMissing request token for request
Get all contacts from phonebook and upload to server but got following error. While append image in request body FormDataTried codepass file url contact thumbnailPath const path = con.thumbnailPath...
View ArticleReact Native invalid podfile "No such file or directory -...
In my react native project react-native@60.5 in the iOS dir I get this issue when running a pod install[!] Invalid `Podfile` file: No such file or directory - ./node_modules/.bin/react-native. # from...
View ArticleI wanna reinstall expo-cli, but there is err. And can't uninstall expo-cli
I tried to build the app through expo but failed, and I tried to reinstall expo-cli. So, I entered the code below to remove the expo-cli.npm -g uninstall expo-cli --save and (base)...
View Articlereact-native, bundling failed
I am new to react-native and have found an error that makes absolutely no sense to me.I am trying to include a calendar library: https://github.com/wix/react-native-calendarsI have included the...
View ArticleEvents when user close or finish mapbox navigation on ios
I am launching a mapbox navigation through a bridge (in react native) I would like to know how to catch event when user close the navigation view or stop navigation mapboxnavigation version :0.35.0here...
View ArticleReact Native [iOS] notification with actions - I am not able to identify what...
I am working on a react native project, where i need a notification with actions. I am using this module for handling notifications: https://github.com/wix/react-native-notificationsPresenting the...
View ArticleReact Native Create Custom Component/Library
In React Native, there are certain third-party components which compile their own libraries that can be included in your main React project. Examples of such third-party libraries are...
View ArticleHow do I open react-native's dev menu on real device
I have seen already a number of border cases and strange developer interface.From the "shake your device", which is really impractical, specially with a tabletTo working around Android studio to...
View ArticlesubscribeToTopic iOS react native firebase
When I try to subscribe to topic in iOS device(iPhone) it fail strangely... In debug when code reaches messaging().subscribeToTopic('adminDevices'); it does not go on without any errors or warning If I...
View ArticleGoogle Maps with React Native in iOS
I am new to react native and am trying to add a google map to my app.I started by installing react-native-maps and creating a new file with the following code.import React from 'react'; import MapView,...
View ArticleReact Native call iOS ViewController
How to call native iOS viewController' code when in RN?Like use RN to push to a native iOS viewController and then let the native code do the job.
View ArticleERROR ITMS-90596: "Invalid Bundle. The asset catalog at...
Problem summary : I would like to submit an app to the Apple App store (TestFlight). I am using Transporter v1.1 to submit the app. I am getting the following error in Transporter during the submission...
View Article