React native app crashes in IOS 13 version devices
I am working on react-native app. The app is running perfectly in android and IOS below 13 version. and it crashed in IOS 13 and above version devices. I can't get any error or warning while running in...
View ArticleReact Native Alert auto hide and dissapear
I have an issue with Alert in react native.I'm using alert to show messages to the user. In android, Alert works fine but in iOS Alert will pop up and disappear automatically.Code :export const...
View ArticleReact Native Input Autofill
I was wondering if anyone knows if 1. this is possible with react native and 2. how would I go about achieving this. It's nothing too crucial to the application but it's something nice to have. I want...
View ArticleEnable/Disable firebase push notifications in react native app
I have a react app with settings screens which allows to disable all types of notifications. How to achieve this wasn't exactly clear in react native documentation. I can ask for user permission when...
View ArticleReact Native Could not load NIB in bundle: 'NSBundle
I have problem.xcode build succeeded.But crash app with exception.Platform ios.i search solution two days.please help me.How to solve this problem.The program worked normally.2020-07-15...
View ArticleFirebase notification not arriving on iOS for FCM token with length 163
I am working on a react native project which uses FCM token to register a phone against a profile (not using Firebase Auth).For android, FCM token generated is of length 152 and when I send a...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleHow do you hide the warnings in React Native iOS simulator?
I just upgraded my React Native and now the iOS simulator has a bunch of warnings. Besides fixing them, how do I hide these warnings so that I can see what's underneath?
View ArticleHow to know an action is done globally react native
This is really common that i want to know an action is done and then do sth after that. for this we usually use events but i don't know how to use it in my case.my scenario: There is an SplashScene...
View ArticleIs there any way to Create Video Streaming App in React Native ? just like...
Looking to Develop a Simple Video Player App with Attractive UI which Includes 5-10 Videos of 30-50 MB eachif is there any way to Stream Videos Quick, Clearly, With Forward, Backward, with pause play,...
View ArticleReact-Native Tab Navigation Bar cut off
I'm currently using the material-bottom-tabs to implement a navigation in my mobile app.For some odd reason, it isn't displayed correctly but cut off by the bottom of my screen.I should mention that...
View ArticleRandom network request failed error when fetching local path uri with...
Recently I am facing a weird problem on IOS with React Native when using XMLHttpRequest to convert path uri to Blob. It gives a random network request error. So sometimes it works and sometimes not on...
View ArticleReact Native Camera not Appearing (iOS)
I am building an app to record video using React Native and RNCamera. I've installed RNCamera with the commands: npm install react-native-camera and pod install; however, when my app runs, the camera...
View ArticleWhat is name of the component Period Tracker Period Calendar app uses to ask...
I came across this iOS app called Period Tracker Period Calendar, they have some sort of a chatbot that asks questions then presents you with options to choose from. I was wondering if anyone knows any...
View ArticleEXC_BAD_ACCESS facebook::react::JSIExecutor::defaultTimeoutInvoker
react-native-cli: 2.0.1react-native: 0.59.10EXC_BAD_ACCESSfacebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&,...
View ArticleHow I enable / disable device dark mode from my React Native App
How I enable/disable dark mode hardware button from my react-native app. ie I want to enable device darmode from my react-native app while clicking a button, is there any solution for this.I need a...
View ArticleReact Native: resolve "react-native-gesture-handler"
I tried to install react navigation following the its docs: https://reactnavigation.org/Here are the steps I made:run "npm install --save @react-navigation/native"run "expo install...
View ArticleHow to make the Alert / Modal / Dialog service appear when the application is...
I have a problem, here I made two applications say, seller and buyer. When the buyer pays with the hit API / Socket IO the Seller application displays a popup. These Pop-Up are like phone calls or...
View ArticlePod install error after upgrading to React Native 0.63.0
I was using React Native version 0.62.2 and now I upgrade to version 0.63.0 and after running npx pod-install for installing Pod packages I get this error:CocoaPods could not find compatible versions...
View Articlereact native ios objective c, can't receive push notifications in foreground
I use react native push notification with firebase cloud messaging to handle receiving push.My problem is i can't receive the push in foreground.My code is : // Receive displayed notifications for iOS...
View Article