I want to display how much seconds are left from the audio. Like this: I know I need to use the positionMillis and thedurationMillis props, but how can I monit
I'm using React Native with Expo, and it is all going well except for this one issue with custom fonts. I have my font Lobster-Regular.ttfin ./assets/fonts, and
After building an Expo application archive via expo build:ios, uploading the .ipa file via Transporter.app fails with this error: Could not create a temporary
I am using Expo with react native and just have a plain view with some things inside of it. When I run the code as an expo app on my iPhone the view does not sc
i built an React Native app with expo which is now online in the Apple App Store. I've tweaked it a bit and came with a new version that i'm trying to upload wi
I'm new to developping with Expo. That new that I haven't started developping yet because of an issue. I followed a tutorial which shows how to use Expo to see
I am using stack navigation and I want to use swipe to go back. However, even when I swipe the screen all the way to the right the app doesn't navigate to the p
As seen in the above image, after successfully building for android, the standalone app is installed on the device but when opened, before showing the Splash s
When I try to run my E2E test using Detox on my expo project, I got an unknown issue. I have a Input component (@ui-ketten/component) and it's testId is SignUpE
I am new to mobile app development with react-native and expo. I'm trying to add authentication/authorization in my mobile app with Azure AD B2C but I find it m
You find a minimal repo here and a minimal snack available here. They both show the issue nicely with very minimal code. I found lots of questions online about
I am using Expo SDK 43 and React Navigation v6 for my react native app. I have used React Drawer Navigation in my app navigation. In the development mode inside
in react-native, I have: Warning: Failed prop type: Invalid prop `value` of type `number` supplied to `TextInput`, expected `string`. I have a postalCode an
I am trying to integrate googles Admob service into my expo initialized react native app via the expo-ads-admob package. the package works successfully in the e
We built our app using Expo. We published it successfully to Google Play We got error when submitting our app to App Store. The steps that I did to submit our a
Problem summary : I would like to submit an app to the Apple App store (TestFlight). I am using Transporter v1.1 to submit the app. I am getting the following e
I have the below navigation stack. I am trying to navigate from login to signup. Things seem to work completely fine on the android emulator. But when i try to
After I upgraded from Expo SDK 40 to SDK 43 and did npm start I got this error "Unable to resolve module @unimodules/core". I then checked my package.json and I
I have an Expo project with AWS Amplify. I'm currently using EAS from Expo to deploy on mobile. Pretty often I run on this error: ❌ Metro encountered an
We can't store the secret keys in the app code as they can be easily extracted by hackers. One way is to get them from a backend service but my app works withou