Can't access to camera through react-native-webview
I am using react-native-webview version 4.0.2 . So I have a webview that contains an add button that allows us to take picture with the camera but when clicking at that button nothing is shown and no...
View ArticleiOS simulator - AWS S3 Upload small picture EntityTooLarge
I'm currently using AWS S3 upload, concerning picture upload, mostly small ones, ID Card, Shots, not large ones.On Real Devices (Android), the upload works well, however, on iOS Simulator, I'm keep...
View ArticleHow to do nested navigation in stack navigator from child to another child v5?
I got stuck at a point where i want to do some nested navigation from child screen to another child screen. Below is my required stack navigation. Home Screen -> Add User -> View Users -> No...
View ArticleReact Native - Deep linking is not working when app is not in background...
if app in backgroundspecific screen will open.if app is not in background or kill the appit will show first screen only.Linking.getInitialURL() is return null
View ArticleReact-native react-native-swipe-up-down-fix plugin does not work properly...
I want to implement swipe gesture in the app for that i tired react-native swipe-up-down plugin it worked perfectly without footer tab-bar in the app, but when i add tab-bar in the footer then it works...
View ArticleHandle StatusBar tap/onPress in iOS (React Native)
Is there any way i can control the tap or onPress of StatusBar in iOS? By clicking on centre of the status bar scrolls the list to top. I would like to override this and provide my own logic.is it...
View ArticleChange backgroundColor BEHIND keyboard with React Native?
This sounds needless and crazy, but it's actually much more sane than it sounds.I've been trying to find a way to do this and am pretty close to giving up. Currently I assume it's not possible.What I'd...
View ArticleProblem in React Native v0.62.2 with Flipper pods and post install hooks
Im new in react native, and i facing the problem: Im using react native with flipper pods, and my pod file contain this code:add_flipper_pods! post_install do |installer|...
View Articleconnect Apple Store Connect API app to rails backend
I have an app build with react native and ruby on rails as backend. We deployed ios reactnative app to testflight. We can't figure how to connect ruby on rails api to ios app on testflight?I have...
View ArticleFatlane is unable to create the new app on apple developer portal
Fastlane env:<details><summary>🚫 fastlane environment 🚫</summary>### Stack| Key | Value || --------------------------- | ------------------------------------------- || OS | 10.14.6 ||...
View ArticleReact Native Drag and Drop FlatList Display Index
I am using a certain react-native package to display a drag and drop flatlist; the API can be found here: https://github.com/computerjazz/react-native-draggable-flatlist. I am new to react native and I...
View ArticleI have a flatlist in react Native but i press button save not reload data...
I have a flatlist in react Native but i press button save not reload data automatically and not render in flattest but i reload app and the item save appearsI need that I press button save the data...
View ArticleExpo Camera preview component started displaying black screen out of the blue
The Camera preview component from the npm package 'expo-camera' doesn't show anything but a black screen. I've even created a brand new managed Expo project with nothing but this code: import React...
View Articlehow can i reduce expo build ios size, it is around 188 MB,
I have successfully run the expo build: ios command but the resultant IPA file is close to 188MB which is really strange as the app has only a few pages with listViews etc. What may be the reason for...
View ArticleHow to save data and then share it with React Native? [closed]
I am beginner to building Apps with React Native + Redux.I am trying to create an App family budget. It's almost done.BUT I have two questions for them who already created these kind of apps.What is...
View ArticleHow do you specify an apple-app-site-association file path to match query...
I'm trying to set up universal linking in a mobile app I am building. The path I'm trying to match on my website is www.mywebsite.com/route?query=xxxThe apple docs have an example...
View ArticleKeep getting font family undefined with react native - links vector icons -...
I've installed galio framework, but I also have react native vector icons installed. I'm doing react native by itself (not expo). And occassionally, more often I'm getting undefined font family,...
View ArticleReact Native run iOS: Error: Could not connect to development server
I'm new to React Native, I'm trying to run my project on iPhone simulatorbut I keep getting red error screen: Could not connect to development server.I changed the ip address in app delegate , and made...
View ArticleWhy is react native ordered elements in reverse order (just for iOS)?
The project is setup in a bespoke manner, so I will try to create a reproducible problem. But if anyone could help with why this might be happening, as I'm truly lost.Im using RN version 0.59.9If i...
View ArticleReact Native update - main.jsbundle - Native module cannot be null
I updated today from react-native 59.10 to 60.6. After some linking bugs in iOS, I was able to build the project on iOS. First I had the 'No bundle url' Error see here:stackoverflowThen I executed the...
View Article