How do i record audio in IOS using react native, that i can upload in base64...
I've tried everything I can think of. I've tried various libraries, both react-native-sound-recorder as well as react-native-audioEssentially what I'm doing is the following:recording voice audio on a...
View ArticleHow can you add floating tooltips in react native?
I am developing an application that takes the user through a short tour prior to going to the main page of the application (after initial sign up). What I would like to do is overlay the app pages...
View ArticleReact-native iOS not showing images (pods issue)
I was installing a package in my react-native application (to be specific it was createMaterialTopTabNavigator from react-navigation) but after the installation succeed, something crash (error:...
View ArticleBuilding iOS Simulator on Xcode12 for architecture arm64
I just downloaded the new Xcode Version 12.0 (12A7209) and I am able to build my React Native project on an iOS device but not on the simulator, where I get thrown the error:In...
View ArticleReact Native FB SDK IOS: File not found RCTFBSDKShareAPI.m
When I try to install FBSDK to my iOS project and run the XCODE project, I receive this error:error: Build input file cannot be found:...
View ArticleBlank images React Native ios simulator
I'm using RN 0.61.5, after updating to latest version of XCode (12.0) faced with next problem - on iOS simulator (iOS 13.5, iOS 14.0) all images (local and loaded over http/https) are blank. Here is...
View ArticleCircleCI 2.0 iOS build stuck at Signing
I am building my React Native iOS app with circleci 2.0, my build is stuck at Signing for about 40 minutes and not moving ahead.I have my apple id with 2FA so have added...
View ArticleMissing request token for request
Get all contacts from phonebook and upload to server but got following error. While append image in request body FormDataTried codepass file url contact thumbnailPath const path =...
View ArticleReact-Native Build Succeeded - Native module cannot be null (iOS)
I am running a native-react app on my local El Capitan Mac OS X machine. I am trying to get it to run in simulator for iOS. The build is succeeding but I am seeing a red screen with the words: Native...
View ArticleRESOLVED : My setState function is not working on IOS
I recently tested my react native app on IOS and saw a strange bug : One of my setState call do not update my state, and i checked if everything else was correct. I'm working on a real estate selling...
View ArticleAdmob reward ads don't work on ios on Expo App
On App.js I have initialized AdMobRewarded as following:if (Platform.OS === 'ios') { AdMobRewarded.setAdUnitID('ca-app-pub-xxx/xxx');} else { AdMobRewarded.setAdUnitID('ca-app-pub-xxx/xxx');}And here...
View ArticleReact native iOS how to make background process after getting new remote...
I use react-native-firebase to get remote notification, and i want after getting remote notification(data-only) to do some process in background, without opening the app (without tapping on the...
View ArticleReact-native: Why rendering an empty view component creates an error while a...
I am trying to create an array of View components in react-native that are passed to a parent component. The code below does not work, however if i use Text instead of View it works. I want use view to...
View Articlehow to implement paytm AllinOneSdk in ios i am able to run it in android but...
Add the latest paytm All-in-one SDK to the ios app created by react-native(Drag and Drop).I have cloned project as per step 1but i am confused about drag and drop where to drag and dropInfo -> URL...
View ArticleCan't show Image in React Native
I'm using react-native 0.28.0I'm trying to show an image on iPhone simulator according to this tutorial: http://www.appcoda.com/react-native-introduction/var styles = StyleSheet.create({image: { width:...
View ArticlecreateBottomTabNavigator backgroundColor
Behind bottomNavigator appear a light grey backgroundColor. I can't style it to "transparent" and because of this I can't see the map which is behind everything. Just upgraded recently to React...
View ArticleHow to sync PostgreSQL data and ReactNative mobile app data?
I am working on a web application written in Django and using PostgreSQL as the database backend. I'd like to spin up a ReactNative mobile app so that users can operate the app offline. I am concerned...
View ArticleIs there a way to get device (ios simulator) health stats in Detox react Native?
I have been writing functional tests using detox to test a react native app. And while doing so, I have observed my functional test fails due to the simulator getting stuck/froze.Hence I was trying to...
View ArticleHow to see the app version after installed it on IOS device from App Center?
On Microsoft App Center how can I see the version of the installed app on an IOS device?I already checked the docs but I couldn't find anything, so not sure if that's even possible.OBS: I'm creating...
View ArticleConsole.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 Article