EAS Authentication with Apple Developer Portal Failed
I am encountering an issue while trying to authenticate with the Apple Developer Portal using eas-cli.However, I received the following error message:Authentication with Apple Developer Portal...
View Articlereact-navigation navigate function causing unhandled exception...
I am receiving an event from a react native webview and in that event attempting to navigate to a different stack.However the app crashes every time with the following*** Terminating app due to...
View ArticleCommand SetOwnerAndGroup failed with a nonzero exit code
i have a problem when i archive my app (Command SetOwnerAndGroup failed with a nonzero exit code)
View ArticleReact native paper dates DatePickerInput customization
I'm trying to customize DatePickerInput component from react native paper dates : https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-pickerThe component creates a...
View ArticleProblem connecting Expo Go to iPhone Device
I have a RN project which I have been working on for a few months on a Windows 11 machine and all of the latest react native modules installed. I have been testing on both an Android emulator and a...
View ArticleApi is not responsding in react native cli but working on postman
it is taking forever to validate the token, but the api seems to work very well in postman and also in ios emulator, the problem is occuring only in my android device.my axios responseStarting Request...
View ArticleHow to prevent react-native-web-webview to repeatedly ask permission to...
I have used react-native-webview in my app and even though i have accepted permission to microphone for websiteit asking every few minuets, i couldn't find solution anywhere
View ArticleReact Native Ios Update (0.74.2) - App store connect/TestFlight - ITMS-91055:...
After updating React Native to "react-native": "0.74.2", Added a file called PrivacyInfo.xcprivacy in ios/pod. However, the App Store app submission fails to approve builds with the following...
View ArticleReact Native IAP: Unable to detect subscription created in App Store Connect
I'm experiencing an issue with React Native IAP where I can't detect a subscription that was created in Apple Store Connect for my application. I need expert assistance to resolve this problem.Here are...
View ArticleUse of bitwise '|' with boolean operands in React Native while building in xcode
It shows the above error in XcodeUpdate the Yoga package to v1.19.0,Use patch-package for development easeAdd postinstall script to package.json file with patch-package callEdit...
View ArticleReact Native - ScrollView not work on WebBrowser (Chrome) but on IOS...
Im trying to develop an app using react native, but im facing some issues on web version. In this particular case is the scroll not work properly on web browser, but on iOS simulator works well.import...
View ArticleReact Native App Hangs on iOS When Clicking "No" Button in Modal but the same...
I'm working on a React Native application where users can respond to questions in a modal. The app works perfectly on Android, but it hangs on iOS when I click the "No" button.When the "No" button is...
View ArticleChoosing between Flutter, Kotlin Multi Platform and React Native [closed]
I want to develop a social media application. I have 3 options: Flutter, Kotlin Multi Platform and React Native. Which is the best to choose and i want to know benefits or issues when choosing the...
View ArticleMicrosoft Login didn't give any respond(token) to iOS devices
I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any...
View ArticleInvariant Violation and TypeError When Integrating React Native with Existing...
I am currently migrating an iOS app written in Swift to a new React Native project. I successfully integrated a React Native component into my iOS app by first generating a main.jsbundle with the...
View ArticleSwift - Is it possible to programmatically obtain a list of the devices...
I'm trying to develop an iOS application where I need to obtain a List of Devices Associated with an Apple Account. I want to develop it with react-native but I suppose that for some particular...
View ArticleA coordinated app install already exists for
I'm trying to run react-native app on Mac(designed for iPad), but it's not working. Everything works fine on iOS. I deleted the application from the iOS simulator and deleted DerivedData, but this does...
View ArticleReact Native drawer navigation giving error as [Reanimated] Failed to create...
I am learning react navigation and facing issues on drawer navigation.Below is my code and package details.dependencies in package.json"@react-navigation/drawer": "^6.6.15","@react-navigation/native":...
View ArticleiPad in guided access (kiosk) mode screen goes off after 2 days
We have a client that runs our app in guided access mode. The app runs flawlessly for 2 days consecutively, but after that, the iPad suddenly lags, sometimes crashes and reopens, and after that, the...
View ArticleHow do I handle this error? My App Crashes during internal tests on iOS...
I'm experiencing a crash in my React Native Expo app (SDK 51) during internal testing on iOS. The crash occurs when the user performs the following action:`const ShowAdd = () =>...
View Article