Firebase Dynamic Links is not working for iOS in react-native
I have setup Passwordless authentication for my react-native app, for that it required to setup firebase dynamic links which I did successfully.And everything was working fine on both Platforms Android...
View Articlereact native firebase push notification issues only on iOS
I have implemented react native firebase push notification on my project, where it works with android properly but not showing on iOS.iOS project includes GoogleService-info.plist file.also project...
View ArticleHow can I get onKeyPress to give me the last key input with a Braille Display...
I deleted the previous version of this question because it was all over the place. Sorry about that. I am using React Native. The issue I am having is that when using a Braille Display (Orbit Reader...
View ArticleDelete application data on iOS simulator without uninstalling app?
I would like to delete application data like local storage without reinstalling the app.I am using AsyncStorage in react-native, and have persisted some data. To quickly test storage, I would like to...
View Articlereact-native crossplatform wortk on Android | Ios and web?
i know that react-native allows to code in android and ios at the same time , but does it allow to code the web version ?Exemple: My application on android and ios is : test123My application on a...
View Articlereact-native cross platform work on Android | Ios and web?
i know that react-native allows to code in android and ios at the same time , but does it allow to code the web version ?Exemple: My application on android and ios is : test123My application on a...
View Articlereact-native link error 'Unknown dependency'
I'm following the example to build a small video chat: https://www.agora.io/en/blog/how-to-build-a-react-native-video-calling-app-using-agoraI created a new project via: npx react-native init...
View ArticleHow 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 Articleabsl/numeric/int128_have_intrinsic.inc' file not found in react native...
I am getting this error .unable to build .I have tried pod deintegrate and again pod install but issue. still not fix.Pods/Headers/Public/abseil/absl/numeric/int128.h:726:10: fatal error:...
View ArticleFace Manipulation with react native
We need to integrate a feature in our app that would detect the face of the user and apply makeup on their face. For ex. We have a particular shade of lipstick that a customer could apply on their lips...
View Articleexpo is not working in iphone. init start is not working
I use expo. I install expo-cli and expo init projectName and expo start. but is not working. I logined expo. the wifi is same in my desktop and phone.. please help me..enter image description here
View ArticleReact-native paytm integration
when i click on button it will call the paynow function, in payNow function one popUp is open and automatically it closed with out showing anything, I don't know how to resolve this issue
View ArticleHow to configure Info.plist file in ejected react-native app uses expo sdk
i created an app using react-native ini projectName and i added a native module package called react-native-facebook-account-kit And i need to change Info.plist in ios folder and add app id and client...
View ArticleHow to prevent layout from overlapping with iOS status bar
I am working on tutorial for React Native navigation. I found out that all layout starts loading from top of screen instead of below of the status bar. This causes most layouts to overlap with the...
View ArticleWhat is difference between RCT_EXPORT_METHOD vs RCT_REMAP_METHOD?
This should be a simple term but in my reading, I did not find anything convincing.I have seen both are used to bridge native functions to javascript ie react native. But the name tells there is a...
View ArticleKeeping logic in js on foreground services in React Native, some downsides?
TLDR;I'm keeping all (handle logic and store state) in js in my music player app and this works even when app is closed/killed if we registered it properly as a foreground service.What I was trying to...
View ArticleReact Native Mobile Apps Documentation Tools
I built a React Native project and trying to make a Documentation of it with some 3rd party tools. Is there any appplication that will help you to make Documentation of React Native project?I have a...
View Articleexpo is not automatically update when i update code in iso simulator
I used expo.(react-native) when i updated my code, the simulator wasn't updated. and I forced to reload button, but is not working. please help me. and ctrl + d => the hot reload button doesn't...
View ArticleHow to load local svg file with react-native-svg library
I am trying to load a local svg file in react-native with react-native-svg library, i have already installed it but i can't figure out how to do it with local svg files. the file is located in...
View ArticleReact Native - Change text color according to background color
I want to do something like as shown in the image below but I don't have any idea how to achieve that (I googled it, but I found only result for native code Swift, Obj C, ...).Do I have to play with...
View Article