make sure you're running a packager server or have included a .jsbundle file...
I'm getting this issue suddenly, after that I'm not able to iOS build.I have tried below more solutions but unable to solve them.Delete node module and lock file and install it again.Delete the pod...
View Articlereact navigation 5 Disable swipe back action
I'm working with react navigation 5 :I created MainStackScreen and AuthStackScreen,const AuthStack = createStackNavigator();function AuthStackScreen() { return (<AuthStack.Navigator...
View ArticleExpo 'eject' doesn't add permissions block to iOS Podfile
I'm trying to get iOS project from Expo.I use expo eject. It generates directory, but Podfile doesn't contain permissions block.When I run react-native run-ios I get the error:⚠ No permission handler...
View ArticleReact-Native run-ios error w/Visual Studio Code
I am currently getting unwell because of the below error i get each time i try to run react-native created project. Sorry to paste all this here. I thought it would aid in diagnosing the problem...
View Articlereact-native image is not loaded in iOS 14 upgrade
After upgrading the version of iOS 14, react-native failed to build.switched the XCode build settings to "Legacy Build Settings" and succeed to build.But new build doesn't load images and original...
View ArticleHow convert base64 to pdf 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 ArticleAnalysing crash report from Test Flight - React Native App
I've published a React Native App and released it through TestFlight to some internal users of the company.While on debug and testing before the release we've never had reported crashes, some users...
View ArticleCarthage build failed Xcode 12 12A7209 building
Carthage File contents:github "SwiftyJSON/SwiftyJSON"Error:Build FailedTask failed with exit code 1:/usr/bin/xcrun lipo -create...
View ArticleReact Native - Native Modules iOS Empty
I am creating an iOS 14 widget for my app. The part of widget is working, but I want to create an Native integration for updating my widget data.I started following this tutorial:...
View ArticleThe iOS14 simulator does not start up
【Error Code】Print: Entry, ":CFBundleIdentifier", Does Not Exist[To be solved]I want to start up an iOS simulator.The actual device is iOS14 and I upgraded Xcode in order to build the actual device.As a...
View ArticleReact Native Simulator Build for Facebook App Review
I'm currently making a react native application and need the user_link permission from Facebook. To do so, I have to submit an ios simulator build for app review.I followed the instructions...
View ArticleReact Native DuplicateError: Duplicated files or mocks
After updating xCode I am facing the below error from a week. I am not able to run app on device. I dont think the issue is with xcode because even if I try to run on android device the same issue...
View ArticleAfter updating to Xcode 12.0 React-Native build failed
I have updated Xcode to 12.0 in order to test React Native project on iOS 14.0.When I build the project I'm getting the following error. I tried Excluding arm64 architecture from Debug, tried removing...
View ArticleIs there anyway to send sms in background for both Android & IOS?
I wanna make an app that its main functionality depends on sending SMS. before i was developing android(native) but now im using React-Native to make it for both IOS and Android.in android it's...
View ArticleCorrelation ID not found error on iOS build on AppCenter
I get the following error when I try to deploy a react-native iOS app on AppCenter##[error]"{\"message\":\"Not found. Correlation ID:...
View ArticleExpo ios Build error: You are not allowed to perfomr this Operation
I have a developer role on the team. App id is setted, bundleidentifier is also matchesİ also my Certificates is also in the Apple developer Certificates, Identifiers & Profiles. But when i try...
View Articleunexpected code 404 on publishing react native app on expo
I have been trying to publish my react-native app on expo so I can show it to others.But i am facing error. I looked up on internet but couldn't find solution that can solve my problem.The error...
View ArticleThe iOS 14 simulator does not start up
Error CodePrint: Entry, ":CFBundleIdentifier", Does Not ExistTo be solvedI want to start up an iOS simulator.The actual device is iOS 14 and I upgraded Xcode in order to build the actual device.As a...
View ArticleWhat are my options for storing data when using React Native? (iOS and...
I am still new in the React Native world, and generally in the mobile/native world as well, and I am finding the documentation a bit lacking when it comes to data persistence.What are my options for...
View ArticleReact Native - secureTextEntry Disable IOS 13+ Strong Password behavior
I have an create account form in my app and now on iOS devices running 13+ I'm having an issue where if the the user presses the "done" key while entering a password the normal secure password dots are...
View Article