react-native: deep linking not working when server returns 302
I'm writing a react native app that is super simple: it have 2 screens.import { authorize } from 'react-native-app-auth';class HomeScreen extends Component { _handleOpenURL() {...
View Articleproblems library react-native-contacts not working ios
I was testing an example from the react-native-contacts library in which I leave the link: https://github.com/morenoh149/react-native-contacts/tree/master/examplegit clone...
View Article'expo' is not recognized as an internal or external command
After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal or external command. Does anyone know how I might get around this...
View ArticleHow to make PERMISSIONS.IOS.MEDIA_LIBRARY available in IOS simulator?
I develop apps with RN v0.61.5. I run in iOS simulator iPhone 11 (13.4.1). I working with device permission. I use react-native-permission v2.1.4 (here the repo). Based on their documentation, for...
View ArticleUnable to resolve module 'react-navigation' from .../App.js: Module...
So I've just set up an app to start building it out and I keep getting this error from my App.js. This is a part of a udemy course in which I've followed every instruction to a T...so im beyond...
View ArticleReact Native offline App using react-native-sqlite-storage
I am new to react native. I want to build an offline react native app for storing user data (Basic user details, user personal documents, images, etc). I already gone through some documents about...
View ArticleAdd Review Information screenshots in apple store?
I'm trying to add in-app purchase in my ios App "react native".But in App store should i add screenshots in Review Information sections, So what's should i add here?and I use 'react-native-iap', when I...
View ArticleXcode Build Failing due to "bundle format unrecognized, invalid, or unsuitable"
I have a dilemma in regards to not being able to run a React Native project in Xcode because of an error that I have spent days trying to resolve.I have attached a screenshot of the error It is stating...
View ArticleTest IAP in simulator - react-native?
I use react-native-iap, And I have Non-Consumable so i use getAvailablePurchases() but in every time i getting this errorCannot connect to iTunes StoreSo i can't test what i do or if the user buying...
View Articleld: library not found for -lCocoaAsyncSocket
I'm using App Center to manage the build for iOS and the following is error I'm receiving in the build output: ld: library not found for -lCocoaAsyncSocketclang: error: linker command failed with exit...
View ArticleWhat is next technology for mobile developer after learn React Native?...
I have experience with React Native to build Cross Platform and working with it. But about perform and UI I think Flutter is better than React Native because React Native depend so much for Native. So...
View ArticleHow can I make two phones running the same app communicate through bluetooth
I would like to build an app in which a smartphone(using any OS) can discover other smartphones in the surroundings using Bluetooth. I know this can be probably achieved using BLE.However, I would like...
View ArticleReact Native Push Notifications not appearing in settings
I am new to react native and I am trying to set up push notifications via iOS.I have installed pushNotificationios and followed the instructions given. I have also signed up as an Apple Developer. When...
View ArticleIs it possible to do multiple app builds concurrently in React Native?
I was wondering if it's possible to have different apps being built out of a single repo in React Native. The reason I'm trying to do this would probably be a huge edge case, but it's basically for...
View ArticleUnable to validate the fields into React-native
I'm working into functional components and managing the sate by hooks but facing problem into hooks while validation the form. here is my states:const [email, setEmail] = useState('');const [password,...
View ArticleReact-Native Memory leak, possibly from redux, please see details
So I'm building a react-native application for my work, and I'm using redux and websockets. I'm experienced a bad memory leak when i go to the messenger screen repeatedly, which i suspect has something...
View ArticleReact-Native iOS Launch Options not received by Native Module
When the app is launched by opening a notification, the launchOptions given by iOS to the function didFinishLaunchingWithOptions does have the notification object but that dictionary never gets passed...
View Articlereact native iOS - JSON VALUE '' of type nsnull cannot be converted to a...
Each time I register to the app via expo after I insert the new mail and the password I get this screen.this is the screen erroreven after I close the expo end open again it show the same red screen...
View ArticleReact Native scroll view not showing
I have a scroll view at the top level of the view hierarchy. I'm trying to get it to show its content but I haven't had any luck.I see that the documentation says scroll views need a bounded height to...
View ArticleCan't extract cities of country OpenWeather
I wanna use open-weather API for my application. for that i thought i might be able to save cities and their IDs in my own app in a json file and whenever i user wants a locations weather, app selects...
View Article