Skip to main content
0 votes
0 answers
18 views

I am trying to download a file from server and save it locally but I am getting error Destination already exists. I have event set the option idempotent : true as suggested in the documentation to ...
Ubaid's user avatar
  • 451
0 votes
1 answer
27 views

The issue appears within our React Native application that integrates VisionCamera, VisionCamera-CodeScanner, ML Kit–based OCR processing, and Reanimated frame processors. While the functionality ...
gorav's user avatar
  • 1
-1 votes
1 answer
37 views

how can i resolve this problem and this my jest.config.js module.exports = { preset: 'react-native', "setupFilesAfterEnv": [ "@testing-library/jest-native/extend-expect" ]...
Hela slimen's user avatar
-6 votes
1 answer
48 views

I’m building an Expo React Native app and trying to implement Google Sign-In using `expo-auth-session` and `expo-auth-session/providers/google`. Environment: - React Native (Expo Router) - Running in ...
Ngô Ngọc Triệu Mẫn's user avatar
-1 votes
0 answers
18 views

I am trying to make a Drawer Screen Tab appear dynamically according to a redux state value but this practice is not good as when I change the value of redux state, the whole component remounts ...
Archit Gupta's user avatar
-4 votes
0 answers
21 views

A bit lost here, I have the following code running trought expo go and it does nothing on my iPad but it works fine on my phone: import * as LocalAuthentication from 'expo-local-authentication'; ...
Kol4o100's user avatar
0 votes
2 answers
67 views

place will be around 1000 square meters or a little bit more with statues positioned as shown in image. I am building an offline React Native application that shows a custom map of a location ...
dortax's user avatar
  • 34
0 votes
1 answer
72 views

I'm developing a React Native app that generates AI prompts. I want to send these prompts directly to ChatGPT or Google Gemini apps with the text automatically pasted into their input field, not just ...
Santosh nayak's user avatar
0 votes
0 answers
36 views

I made a system to help the company with a task work, and hopefully, be noticed to work with the development team. One of the things that's mandatory for my project is its compatibility for mobile ...
Pedrin_Dev's user avatar
Best practices
0 votes
0 replies
25 views

I have this FlatList in React Native: <FlatList style={{ width: "100%"}} data={cases} ListHeaderComponent={ <View style={styles.listHeader}> <...
1million_ naira's user avatar
-3 votes
1 answer
60 views

I'm looking for a working & elegant solution to assign a default prop value to a React Native core component such as Text. In the past, we'd do something like this and override it at the index.js ...
AndrewHoover898's user avatar
1 vote
0 answers
25 views

I am new to React Native. I’m using react-native-config in a React Native CLI project (not Expo), and it works correctly on iOS but returns an empty object on Android. Environment: react-native: 0.80....
Pratik's user avatar
  • 4,910
0 votes
0 answers
38 views

I have a react native app on IOS where I am trying to configure adMob with react-native-google-mobile-sdk package. I have followed this steps to configure adMob. But still getting [googleMobileAds/no-...
Tapu Das's user avatar
  • 421
1 vote
1 answer
35 views

This is my app code but I get the error mentioned in title. I even tried the example code of library but got the same error. import { StyleSheet, View } from 'react-native'; import { Camera, ...
Rohit Aggarwal's user avatar
-5 votes
2 answers
105 views

I’m facing the new Play Console requirement that Android apps must support 16 KB memory page sizes by November 1, 2025. Because of this, I’m planning to upgrade my project from Expo SDK 52 to Expo SDK ...
Avishka Vishmitha's user avatar

15 30 50 per page
1
2 3 4 5
9429