Uploaded video from Android emulator not showing up on real iPhone device
I am using react-native-image-picker to upload a video from the Android emulator. It works, the video uploads properly, it then shows in my app from the uploaded URI, I can even go to the address and...
View ArticleEndpoints aren't eligible in amazon pinpoint campaign creation
When I try to create a campaign in amazon pinpoint no eligible endpoints show up in the segment creation section. Even though I have a device successfully receiving push notifications from the test...
View ArticleHow do you debug React Native?
How does one debug their React code with React Native while the app is running in app simulator?
View Articlereact native google signin failed in iOS react native
I run the react-native upgrade to fix the play store base 64 issue. Android is working fine the only issue I am facing with iOS. React native google sing in failed when run for the build.I have run the...
View ArticleCommunication between React Native app and iOS widget
I'm trying to figure out how to communicate between my React Native app and an iOS widget. I need some insights on how to do so, this is completely new for me so.I'm using React Native 0.61, XCode 11.1...
View ArticleFetch data from php url to save to local sqlite in react native
So i want fetch data from url, example from json.php and then store that to local sqlite in React Native. But i cant any refference or any problem same like mei tried find another database to get data...
View ArticleReact-native-camera - TypeError: undefined is not an object
I am trying to use the camera for a rect native app using 'react-native-camera'. I keep getting the following error when I'm trying to navigate to the camera screen. Here's my code:import...
View ArticleReact native - How to implement iOS Settings
Wondering if someone could help me with this, or at least point me in the right direction.I've been searching for documentation on how to get/set settings in a React Native iOS app so that those...
View Articlereact-native Unable to resolve module 'warnOnce'
my English is little rusty, I'm sorry for that.I have an error at the moment when I am starting react-native project on the iOS Simulator.To rule out any conflict with my code, I started a new...
View ArticleReact-native: How to build for ios from windows
We are starting to work with react-native at my company. We have one mac and the rest of the team is running on windows. Is there a way to write the app on windows with the ios device connected to the...
View ArticleExpo - reduce PDF filesize on iOS devices
I'm currently creating an A4 PDF within my Expo-App, using the "expo-print" API (printtofileasync). The PDF includes images (photos taken from the device) and some text. I've set the PDF size to 595...
View ArticlePassing data to custom picker
Currently I'm developing an app with a picker on it and I'm using picker component from react native but it doesn't work perfectly on iOS device so I found a custom picker using picker and modal it...
View ArticleReact native ipa file generate with ad hoc wont work ios 13 real device
Hi my react native version is 59.1, Xcode version 10.3 and I use ad hoc and take out ipa my app, will work iPhone 6 (IOS 12.) but iPhone 8 (13.1.3) wont install my ipa file gives warning (app is wont...
View ArticleReact-native-video not showing the video player
I am using react-native-video package to get video player in which i can play my youtube videos.I tried this but only a empty space was coming instead of a video player.import Video from...
View ArticleReact Native showing cryptic stack trace instead of file names
The stack trace for my react native app has had the functions and component names and files replaced with what looks like compiled names instead of their given names.Additionally, the file names are...
View ArticleRead Apple crash reports without OS
So I built an app on expo with react native that run perfectly on android, I am using a Windows pc for my code and also uploaded with application uploader, So I got an an error report from apple, first...
View ArticleonPanResponderRelease not working on android devices
When i am using panResponders on iOS devices it works properly but same code when i run on android devices it is not working as expected. Code is as belowcomponentWillMount() { this._panResponder =...
View ArticleScroll displacement on React Native with Expo
I got this screenshot from a user that says its scroll is displaced in the center as you can see in the image bellow.I tried using simulator with iPhone XS Max and even my olds iPhone 7 but couldn't...
View ArticleHow to get JSON.parser value after save to AsyncStorage using Json.stringfy...
I want to use the data from JSON.stringify that I save locally from async storage, so I can manage them locally (like user data for login)I already save it to AsyncStorage componentDidMount = async ()...
View ArticleHow to change React-Native App name in stores?
We're doing a rebranding and therefore having to change the app name.Of course, as this has to be done with changing the domain, it'll include changing the config, Keychain domain, bundleId, etc.Is...
View Article