How to resolve "Animated: `useNativeDriver` is not supported because the...
I am working on expo SDK Version: 36, and on all platforms (ios/android/web)When installing react-navigation for the first time as described in the documentation and running jest --watch while doing...
View ArticleFrameworks error "normal arm64 objective-c...
The following build commands failed: CompileC...
View ArticleNo known class method for selector error in firebase.h file when run ios build
No known class method for selector 'credentialWithProviderID:IDToken:rawNonce:'try every solutions pod update,pod install , cocopods update & install, pod repo update but same error....
View Articlehow to convert react.js web app to react native mobile app?
I have a react.js web app I need to convert to the mobile app, Is there any way to do that? I have tried to search for a solution but I did not find anything that can helpThanks.
View ArticleOverride Mapbox UIVIew IOS in objective C
I'm trying to override a UIView in Mapbox. But unfortunately the examples are all showing the override to be done only in the viewDidLoad event. I'm struggling to understand how this works. I'm using...
View ArticleGenerate "out of view" markers indicators on a map with React Native
For a project, I have to indicate, with colored arrows, in which direction are the markers that aren't shown in the visible region.When the user scrolls, or zoom on the map, the arrows move accordingly...
View ArticleHow to test Firebase Dynamic Link with TestFlight (Unpublished ios app)
Developing a small app in react native for both android and ios, where I need to open my app by clicking on a firebase dynamic link.This app is not published yet in AppStore, right now it is in...
View ArticleUniversal DeepLink on iOS doesn't work through web navigator but works for...
I've a problem with deeplink on iOS. Here is the case : I've a web page with a classic button using an universal link such as https://my-app/routeA/params. If the user directly clicked on this link...
View ArticleHow to dynamically load apps like Expo client
Is it possible to load "sub-apps" inside a mobile application? The way like Expo client does that - you start a "parent" app and inside that you dynamically load other apps.Requirements:Parent app...
View ArticleNo known class method for selector error in RNFirebaseAuth.m file when run...
No known class method for selector 'credentialWithProviderID:IDToken:rawNonce:'try every solutions pod update,pod install , cocopods update & install, pod repo update but same error....
View ArticleAppCenter react native ios build fails "usr/bin/xcodebuild failed with return...
** ARCHIVE FAILED **when i try build react-native IOS on the Appcenter The error appears in these 2 files main.jsbundle and assets. Works fine on local computer (emulator and physical device)The...
View Articlereact native nodejs window closes after cmd react-native run-android
I am a beginner in react-native. When I am running the command react-native run-android, the Node.js window opens for a while and then closes immediately. Please do help me.
View ArticleHow can I add Confirm and Cancel buttons for Native Base Datepicker
I use component of Native Base and test it on iOS. And I can't show confirm and cancel buttons. For example here "clear" and "done":I know about other datepickers, such as:React Native...
View ArticleIs there a workaround for keeping the flash on when recording starts? (iOS +...
My app needs the flash to stay on when recording a video. I'm using expo to develop and test for react-native on both Android and iOS. Android works as expected, but on iOS, setting the flashMode to...
View Articlereact-native Task :app:multiDexListDebug FAILED
I have installed react-native-firebase package using yarn. I've setup the code in the build.gradle, settings.gradle as well as the AndroidManifest as well. Added multiDexEnabled as true and also added...
View ArticleSet user agent with WebView with react-native
I want to modify the user agent string in a WebView so that on the server side I can detect that the request has come from my react-native app. I want to do this using the source prop in the...
View ArticleExpo ejection & channel change clears AsyncStorage
I recently ejected from Expo, SDK 36, into ExpoKit. I then built the application using a different channel than the previous build.I uploaded it to TestFlight and downloaded it, but this completely...
View Articlereact-native-firebase: onNotificationOpenedApp and getInitialNotification not...
I'm using Cloud Messaging from react-native-firebase 7.0.1.I do not want to store iOS device tokens in firebase, so I'm using getAPNSToken() method and then storing it on my backend.I'm able to send...
View ArticleNo podspec found for RNStompWS in...
I am getting this issue while installing pods.react-native: "0.61.4"react-native-stomp-websocket: "^1.0.7"Could you please help me to get out of this issue ?
View ArticleHow can i control in change play sound in the background - ios?
I am working in a react native music app.I use react-native-video in this case to play songs,and in playInBackground prop I change it conditionally based on user status subscription, If this user...
View Article