16,886 questions
0
votes
0
answers
8
views
Expo 52: Android Build Failed After Adding React Native Google Cast
My android build was working flawlessly until I installed react-native-google-cast.
Here's the error I'm getting (on npx expo run:android):
> Task :app:processDebugMainManifest FAILED
[com.android....
0
votes
0
answers
19
views
Expo Camera saving video using createAssetAsync not working on iOS only. ERR_UNSUPPORTED_ASSET_TYPE for .mov file
I am using Expo in React Native, and I want the user to record videos using the camera and save it to the phone. Everything is working fine on Android but on iOS, the createAssetAsync call is failing ...
-3
votes
0
answers
23
views
Best Practices for Navigation and Data Exchange in React with index.js [closed]
I am creating an inventory tracking/event management software for internal use with my AV company using Expo/React Native. Looking at navigation and data exchange between screens, and it seems that ...
-1
votes
0
answers
16
views
How to trigger an update request only if a user changes settings in a modal (React Native Expo 52 with Redux)?
I’m working on a React Native application using Expo SDK 52. In my app, I have a modal that allows users to update certain settings. The values in the modal are managed using a Redux slice. Here's ...
0
votes
0
answers
26
views
How to prevent the adjustment of the frame when cropping an image in react native?
How to prevent the adjustment of the frame when cropping an image with react-native-image-crop-picker. Specifically on iOS, I would like the framing to be fixed to width: 700 height: 1000 on iOS and ...
0
votes
0
answers
16
views
React Native WebView: Issues with Google Sign-In and Cloudflare Protection
"React Native WebView: Issues with Google Sign-In and Cloudflare Protection"
Hello,
I am working on a React Native project using Expo and react-native-webview to load my app's website. ...
0
votes
0
answers
14
views
Item shortly jumps back to original position in draggable flatlist - expo app
I have a weird behaviour with my draggable flatlist in my expo react native app.
I basically works fine, but for a short moment a dragged item jumps back to it´s original position.
enter image ...
0
votes
1
answer
26
views
Received an internal server error from Apple's App Store Connect
Does anyone know how to solve this? I am in the latest eas CLI. I am doing eas build -p ios... I am able to log into App Store Connect normally through the GUI, but not through the CLI.
✖ Logging in......
0
votes
1
answer
14
views
Best practices in highlighting a React Native FlatList which is genereated from a SearchBar
I have a working React Native Search bar which on keypress populates a FlatList view. When a Flatlist element is pressed I want to highlight just the element that is selected. Any ideas on how this ...
0
votes
0
answers
7
views
How to Retrieve Video Dimensions Using Expo Video?
I'm using the Expo Video component in my React Native project and I want to determine the dimensions (width and height) of a video file. How can I retrieve this information programmatically?
I would ...
-1
votes
0
answers
24
views
Paste Button on duble click sometimes shows up as blank
One of my app users encountered this error. When the user double clicked on a text field the paste button which is next to autofill sometimes showed up as blank which is very werid.
I want to know if ...
0
votes
0
answers
37
views
Expo-router Tabs not working in a specific navigation folder unless I focus on inside pages and interact with buttons
I'm using expo-router to set up a Tabs layout and encountered an issue; the Tabs navigation doesn't work as expected in a specific folder structure; I am using tabs navigation for my audits folder and ...
0
votes
0
answers
15
views
Tabs not swiping or clickable when using dynamic parsedResponse in React Native Material Top Tab Navigator
I'm working with React Native and using createMaterialTopTabNavigator to create a tab navigator. The tabs work fine when I hardcode the parsedResponse data, but they don't swipe or respond to clicks ...
0
votes
1
answer
18
views
How to play a video from a web view without it going full screen automatically?
Using react-native-webview, I am rendering a live stream. Currently, when I play any video on the webview, the video automatically opens to full screen and takes over the entire iphone. Is there a way ...
0
votes
1
answer
24
views
Expo Router Link Failing After Navigating via Link Back & Forth 3 Times (iOS fails silently & Android crashes w "specified child already has parent")
Step 1:
Click on the following on the Login page:
<Pressable style={styles.button}>
<Link href='/register' style={styles.link}>
<Text>Don't have an account?{'\n'}Register&...