How to get file from URI | Expo | React Native
I have ejected project of the expo.After changing info.plist, now I am able to get my app in the list of "open with app list" and actually able to open that file with my expo(React native app). App.js...
View ArticleError: jest-haste-map: Haste module naming collision with...
Please help me, with android studio work but with Xcode return this error:Loading dependency graph...(node:8622) UnhandledPromiseRejectionWarning: Error: jest-haste-map: Haste module naming...
View ArticleHow to solve the error "declaration of 'YGDirection' must be imported from...
get the error "declaration of 'YGDirection' must be imported from module 'yoga' before it is required" is in "project/ios/Pods/Headers/Private/React-Core/React/RCTLayout.h" file when i run my project...
View ArticleReact-native iOS : Cocoapods could not find compatible version for pod...
I am getting the following error while running pod install for my react-native project.I tried running pod install --repo-update and pod repo update, but it didn't work for me.[!] CocoaPods could not...
View ArticleFailed to find newest available simulator runtime - Image.xcassets when...
I am trying to make some adjustments to an app that I haven't touched for a few months.I am just trying to build the app using xCode and getting this errorI am running the app on my physical deviceI...
View ArticleWhy am i getting these errors on upload expo build iOS file?
im Trying to upload a .ipa expo build:ios file but with expo:upload didn’t work and with transporter gave me 26 issues. It is a bussines account and I was included as administrator. In Android the...
View ArticleHow to change manually project.pbxproj file in Xcode during React-native...
I need to upgrade my React-native app from 0.61.0 to 0.62.0. The best safety way to do it manually with React Native Upgrade Helper https://react-native-community.github.io/upgrade-helper. But during...
View ArticleBuild input file cannot be found
CopySwiftLibs /Users/macbookpro/Library/Developer/Xcode/DerivedData/beeapp-cpbklzhsycxubxegrkeglncegmlr/Build/Products/Debug-iphonesimulator/beeapp.app (in target 'beeapp' from project 'beeapp')cd...
View ArticleHow to solve this problem in react native :component exception
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file...
View ArticleAccess webpageURL from NSUserActivity in React Native App Clip
I'm throwing together but of a proof of concept using the new iOS 14 AppClips and ReactNative. I followed this tutorial here:...
View ArticleReact native iOS build issue An application bundle was not found at the...
I am very new to react native. I have created a Hello World project and unable to run it on iOS. Every time when i run the project for iOS it throws the following error(s)** BUILD FAILED **The...
View ArticleFacing very weird bug in iOS
I am facing very weird bug in iOS whenever I am trying to make a debug build it's not running packager loading very old code same happens with the release scheme but when I am running the packager...
View ArticlePermission denied - geolocation in React Native
I've been playing around with React Native, getting custom locations to work and setting the "NSLocationWhenInUseUsageDescription" key. The error, when running on the ios simulator, is this:{"code":...
View ArticleExpo Local Authentication not working for non-Biometric devices
I am using expo local authentication in an expo project and it works perfectly with IOS/Android, But for older android devices that doesn't have Face/Touch ID its not possible to use local...
View ArticleRequested entity was not found FCM iOS React Native
I can’t get push notifications to work on iOS. On android, everything is OK which confirms that the problem comes from my configuration.I am able to retrieve a FCM token with iOS (which is 163...
View ArticleHow can I process Apple pay in react native
It's my first time to use apple pay. I'm using react-native-payments library and I could get paymentToken but I cant understand how I can perform a payment process.The payment provider companey...
View ArticleReact native IOS InputAccessoryView disappear from the screen after close modal
When I have on my screen InputAccessoryView which has component without nativeID (So it is constantly showing even if the keyboard is not shown) and I open and close Modal (react-native modal) then...
View ArticleKeyboard Language in React Native iOS?
Is there any way to know the language of the Keyboard in React-Native iOS apps?Cause I want to switch TextInput direction automatically based on current language
View ArticleHow can I configure which xcodebuild tool version is run when running...
After upgrading to Xcode 12, I discovered a project dependency in my larger react-native workspace needs some work to address unsupported architectures.Until then, I want to continue working on the...
View ArticleHow convert base64 to pdf in React-Native
I created an app using react-native and have some base64 data Fromapi, I want convert base64 data to pdf format. if you have any ideaplease help me.. thanks.
View Article