iOS AppDelegate.m: Handling openUrl RCTLinkingManager and Twitter - Duplicate...
I need to add DeepLinking to my React Native app, and as mentioned in docs I need to add the method above @and.// Add this above `@end`:- (BOOL)application:(UIApplication *)application openURL:(NSURL...
View ArticleSwift - Timer not able to access updated instance property
Im my react native project's native module I need to send some data periodically from Objective-C to Swift so I am using NSNotificationCenter. I receive the data successfully in my Swift class, inside...
View Articlecannot get negative content offset of android in react native?
new to scrolling on react native and this is my function which works well on ios: const onScroll = (e) => { var offset_y = e.nativeEvent.contentOffset.y; console.log('offset_y ', e.nativeEvent); if...
View ArticleHow to make WebView scrollable in react-native-webview?
I have <WebView> that is embedded in a <Card.Content> as I am using react-native-paper. I am trying to have WebView scrollable. The webview shows but not scrollable.Code I am using:<Card...
View ArticleReact native - rtl in ios
firstly i worked on android and the RTL working good,i added the following code: I18nUtil sharedI18nUtilInstance = I18nUtil.getInstance(); sharedI18nUtilInstance.setAllowRTL(context, true);to...
View ArticlePersistent Apple Sign-in with React Native
What's the recommended way to implement persistent Apple sign-in for React Native?After signing in, Apple provides a userId and an identificationToken, both of which contain all the user information...
View ArticleUnbale to load testflight in react native ios
I have an issue with react native application. when run application in development mode then works properly in device as well as a simulator but after upload test flight, when the app launch app will...
View ArticleHow to upload a react-native app made with expo an iOS application for test...
I am using expo SDK36 to create a cross platform mobile application which target iOS, Android and Web.Now that the application is done, I want to publish it to the store:distribute testing...
View ArticleThere was problem loading requested app.it looks like you may be using LAN URL
I am not able to compile my project through expo.I have followed all steps to eject expo for run the app in iOS.Please find below error screen shot for your reference.enter link description here
View ArticleHow to generate App Store Distribution Certificate for development and...
I am reading https://docs.expo.io/distribution/app-signing/My iOS application was build using expo sdk 36 (react-native)From linux, how can I generate App Store Distribution Certificate for development...
View Articlereact-native-image-crop-picker [!] [Xcodeproj] Generated duplicate UUIDs:
I installed react-native-image-crop-picker@0.33.1 on a bare project and if I run pod installi got this UUID duplication that looks like:[!] [Xcodeproj] Generated duplicate UUIDs:PBXFileReference --...
View ArticleIs it possible to implement Apple Music API in React Native? [closed]
https://developer.apple.com/documentation/applemusicapi#overviewThere is documentation available for Android and iOS. Is there any way to implement using Java Script?
View ArticleImages not showing in react native application in release mode
React native application is working absolutely fine in debug mode but running in release mode image are not visible. I am using react-native@0.62.2.I tried some solution from React Native local assets...
View Articleapple mac-o linker error react native 0.63
I have upgraded the reactnative from 0.61 to 0.63 using upgrade helper now I'm facing this issue while running react-native run-ios.ld: symbol(s) not found for architecture x86_64 clang: error:...
View ArticleReact Native - stuck on launch screen ios simulator
I tested my app on iOS simulator, the build was fine but while running the app, it gets stuck in the LaunchScreen and the following errors are shown in the console.> Task...
View ArticleFailed authentication in Apple Developer Portal when execute expo build:ios
I'm trying to config automatically build iOS apps using Expo through Gitlab-CI.This are the commands that I am using:expo login -u expo_user -p expo_passexpo build:ios --non-interactive --apple-id...
View ArticleWhat URL does spaceship use to authenticate against apple developer portal?
I am looking at spaceship since I have 502 error when trying to authenticate to apple in my CI.This is the repository: https://github.com/fastlane/fastlane/tree/master/spaceshipTo me the 502 error is a...
View ArticleHow to run `expo build:ios` on Gitlab-CI: Why do I get the `502 Bad Gateway`...
I want to build my iOS app on expo CIs servers using my own Gitlab-CI jobs.The job looks like this (with EXPO_APPLE_ID and EXPO_APPLE_PASSWORD environment variables set)expo build:ios --apple-id...
View ArticleAsk - accessing built in notes app IOS and Android - React Native
is it possible to open Notes app on Ios and Android when the phone has built in Notes app ?i cannot find any package or apps name (trying to deeplink) the Notes apps on both android and ios.is every...
View ArticleiOS and Android native apps sharing React Native database
I maintain an app that has iOS and Android native versions, and now I and my pairs are considering migrate both to React Native. We want to do this step by step, so in the first moment, we consider...
View Article