iOS xCode - Access network configuration proxy
I'm looking for a way to read the system's network configuration. I want to be able to read their wifi's proxy settings, and check if they are using one or not.I do not know how to do this, and I can't...
View ArticleHow to fetch localhost in react native?
I have created a race native project and would like to fetch a php from my localhost (I'm using mamp). I have tried the following but it doesn't seem to...
View Articlereact-native ios Podfile issue with "use_native_modules!"
In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...
View ArticleExpo app rejected for Invalid Binary for WebView and user-fonts
I tried uploading an app I created with Expo onto the Apple App Store and 30 minutes later I get an email saying my project has Invalid Binary they provided two reasons behind why it was rejected....
View ArticleReact Native Web crashes with aws-amplify
I'm using aws-amplify in my app for iOS, Android and Web, but when I import aws-amplifyimport 'aws-amplify'; Android and iOS work fine but the web app crashes with the error message:Failed to compile...
View ArticleCan you use ReactNative module class from Native side?
You create native modules for react native to access native functionality. Once you create native modules, can you use them from native code (java/swift) ?
View ArticleReact Native: iOS Deprecated API Usage Warning UIWebView API [duplicate]
This question already has an answer here:ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs 8 answersFor React Native Folks:-Just submitted my app...
View ArticleReact-native, use fullscreen image on android
I just have started developing a new app and immediately ran into a problem.Here, ios on the right, the background successfully covers the entire screen, including the top bar and the bottom...
View ArticleReact Native Share Extension won't build
I'm trying to add a Share Extension to a React Native app and when I try to build the app I get this linking error:Undefined symbols for architecture x86_64: "_RCTRegisterModule", referenced from:...
View ArticleDo i need a local database for my app or a big object
consider a project that user can create auctions and others can make bids, i wonder if i need a DB or a big object can do the job.let me explain this. this is an online job, user need to be online to...
View ArticlePick multiple images in react native Expo with Imagepicker
It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
View Articlereact-Native: background image on iOS has cannot cover all the screen
The background image is not filling the whole screen on iOS devices, despite trying different options in styles. while on Android devices it looks fine and fills all the background space. I got the...
View ArticleHow to add "Set as Wallpaper" option in React Native app
How to enable option "set as wallpaper" ? I'm using expo and I'm not able to find any API to enable that functionality. I only able to download image. I want to trigger set as wallpaper option. I tried...
View ArticleAAB file is too larger than IPA file after production build in React Native
I have been working on React-Native for 3 months. All these days I was building the app only for android platform and the size of AAB file was 36.5 MB, Today I built my app to iOS (IPA File). The size...
View ArticleReact-Native Healthkit getSleepSamples SleepData
I have been trying to get sleep data from the health app using react native. I have been able to get the step count, but haven't been able to get the sleep data.here is my code...
View Articleapprove/disapprove new users in admin page React Native [closed]
i am a beginner in React Native, and i've been looking for a way to perform a dynamic table (the rows are incremented whenever there's a new record added to the database). To be accurate, it's a table...
View ArticleWhen I integrate notifications in IOS I have this error that appears ld:...
I have this ld: library not found for -lFirebaseCore error that appears when I want to build my project on Xcode(when I built for Android, this works)Here is the information that can help you find the...
View ArticleVerifying/signing that a request to my API came from my app and was not...
Is it possible to verify that an API call to my server came from my app and was not spoofed with another HTTP request client or similar? I'm using React Native with Node on the back-end, and am using a...
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: {...
View ArticleDuplicate symbols between react-native and GVRKit
I'm trying to get 360 Videos working in my iOS react-native app (With VR support) I attempted using the various react-native npm packages that offer this functionality, they work on Android but not on...
View Article