midlrt : error MIDL1001: [msg]cannot open input file [context]Error opening or processing WinMD d:\Desktop\projects\plenusbusiness\windows\packages\microsoft.ui
I am building this app for Android and Apple TV .The app is working in android but in IOS it gives this strange error. sanjaydas@Sanjays-Mac-mini ios % arch -x8
I am using react-native-image-crop-picker lib to pick images after that I want to upload that image to server.Api working is validated in postman See screenshot
This is my first try on using react navigation, and I did not get it to work out of the first time. I have create another screen called 'First', and declared it
When migrating to EAS, I was reading the Migration Docs and saw that EAS builds are requiring the entire defaultConfig from expo/metro-config. I was having a to
I might be missing something small here but I can't seem to get my <Modal> component to center in my React Native app. Here is the code for the modal: ...
I built a pinch to zoom effect using react-native-gesture-handler and react-native-reanimated. The user can pinch anywhere on the image and zoom in or out with
Need suggestion and advice, I am using the below 2 lines of code in react native expo component, this.props.navigation.navigate("App"); patchUser(this.state.da
New to NativeBase and using version 3.4.1. We're quickly finding that we prefer the "xl" size for icons and text. Is there an easier way to set all font sizes t
I have a React Native app in which I am running some code that looks like the code below. Why is the following output undefined? Reading someState from useEffec
I am making an app to read Quran, using react native (expo). I am having some problems formatting the text. Problems: Random spacing Text resize automatically T
I am running an android app that is created using react native expo. It is running fine on windows machine android studio emulator Recently I switched to mac an
I'm trying to add bluetooth function in my app. What I want to link to is a Bluetooth blood pressure machine, and while looking at the document, I wrote the cod
Link for animation in flatList I want to created just like this in sectionlist but when I apply this all the sections item animate at the same time.
This is how i show image in my application : enter image description here My problem is that some image doesn't showing and other is showed. I have no idea abou
I'm publishing my app to App Store and I have doubts regarding the "Missing Compliance" step. Here's some info about the app: I used Expo (Managed workflow). T
enter image description here Does anyone know how to achieve this effect?
I am learning react native from Udemy. In one of the lessons I saw AppLoading has been used for loading fonts. So i want to learn about it in documentation from
Signup/Signin functionality using Azure AD B2C user flows. We rendering the Signup/Signin page using "Expo Auth Session" Library. We build the app through expo,
I have an array like this: [link1,link2,link3] But I want it like this: [uri:link1,uri:link2,uri:link3] Please guide me over this. Thanks.