Console.error: no permission handler detected.(React Native)
I am coding a simple react native app and am getting a console error when I run the app. It says that there is no permission handler detected and tells me to go through some steps. But I do not know...
View ArticleDiffering string values when passed between JavaScript (React Native) and...
I'm trying to send string data (specifically PEM formatted keys) out from a Native Module (written in Swift) through a Typescript exported function and into the main JS functions of a React Native...
View ArticleHow to call AlertIOS in React Native
I am an iOS developer, but I know a little javascript. I am trying to use the AlertIOS, the document api is thisstatic alert(title: string, message?: string, buttons?: Array<{ text: ?string;...
View ArticlePermission denied - geolocation in React Native
I've been playing around with React Native, getting custom locations to work and setting the "NSLocationWhenInUseUsageDescription" key. The error, when running on the ios simulator, is this:{"code":...
View ArticleUnable to detect OnResume AppState in React Native(Android/IOS)?
Here, is my code which actually not working, nor console any log: if (nextAppState.match(/inactive|background/) && nextAppState === 'active') { console.log('App has come to the foreground! (iOS...
View ArticleNeed to integrate apple pay with stripe
I need to integrate apple pay with stripe. I have used react-native-payments package.Also I have also installed react-native-payments-addon-stripe and react-native-payments-cli.But I am getting error...
View ArticleAndroid key signing on Windows for React Expo app?
I'm currently following this tutorial (https://medium.com/@inaguirre/react-native-login-with-google-quick-guide-fe351e464752) to add "Login with Google." I got the OAuth client ID working for iOS, but...
View ArticleBuild Failing for React Native iOS, "Multiple commands produce" Error
We were working on a react native project. One of my team members added some native modules on Linux and linked android. By then I am trying to link things in iOS but the build is always failing with...
View ArticleReact Native multi line TextInput, text is centered
So when using, text input with multiline=true, I have this issue where the text is vertically centered instead of being pushed to the top.This issue happens on both ios and android, except android has...
View Articlereact-native-image-picker - persistent storage after rebuild
I've been hitting my head on the screen for some time and just can't get it to work despite all the information I've found on git or stackoverflow.What I'm trying to achieve:Persistence of the images...
View ArticleReact Native iOS read image from apps Documents folder
I have to download images to my iOS apps local file system and read them back.On my simulator I can see file system of my app with...
View Articleis it possible to test face login feature on iPhone simulator?
I am working on an ios app using react-native and I am planning to add face id feature on my app, but I don't have iPhone X with me so not sure if I can able to test it on the emulator
View ArticleYellowbox error when upgrading to React Native 0.63.2
I've followed all of the instructions in the migration guide when upgrading from 62.2 to 63.2. I have no console.warns or YellowBox imports / calls in my project.error: Error: Unable to resolve module...
View ArticleEmbedd dylib(dynamic library) in ios React Native app
I created a react native app in which I had to create my own native module.I added a dylib to the native module.When I try to run on the emulator my app runs fine but when I try to push the app to...
View Articlereact native ui theme with MacOS and linux development enviroment, will it...
I want to get a react native UI theme for the app from this site. And their UI theme's development environment is MacOS/Linux. There is a note to build the app only in macOS. But I have Windows OS,...
View ArticleLocally demo a react-native app built with Expo
I recently build a React Native application using the Expo client.I would like to be able to demo the application on my iOS device without carrying my laptop around in order to run the expo server....
View ArticleWhy Image.resolveAssetSource() is not returning the height and width in react...
I recently moved to react native and want to get the size of the uri image. I looked at the react nativedocumentation and found this method:Image.resolveAssetSource();When I use it for static...
View ArticleReact-Native-Sound path for ios file?
I'm curently developping an app on React-Native and I need to play sound.The fact is that I am on Ubuntu and developing with IntelIJ Idea.I'm using react-native-sound library to play sounds.Thanks to...
View Articlefile not found
I am Using cocoapods to install react native and react. I just want to use a toast component(https://www.npmjs.com/package/react-native-simple-toast) which does ti have a cocoapods Installation. when i...
View ArticleReact-Native-Crop-Image doesn't work on android , How to crop images on...
I have tried this library react-native-image-crop-picker as suggested on this stackoverflow answerI have followed each and every step mentioned hereRun npm i react-native-image-crop-picker@0.4.2import...
View Article