140,690 questions
Score of -2
0 answers
49 views
Why does FCM work in iOS simulator in the React Native but not in the Flutter? [closed]
It is unable to generate token in Flutter, while in all my react native apps it is working fine.
Score of 0
1 answer
57 views
YARN is used on expo.dev build and fails
I building and an app with expo / react.
I am using pnpm in my local builds which works fine. Now, I'm trying to build my app via EAS on expo.dev, and for some reason, on EAS it tries to run the build ...
Advice
0
votes
1
replies
35
views
The Impact of React Native's Bridgeless Architecture
The architectural evolution of React Native, culminating in version 0.85 and the enforcement of the New Architecture (often referred to as Bridgeless mode), has resulted in the explicit deprecation ...
Score of 0
0 answers
89 views
Jitsi React native SDK - Screen freezing for 2+ minutes on initial mount or when participant joins the first time
I'm experiencing a severe performance issue with @jitsi/react-native-sdk in our iOS React Native application.
When opening the video meeting for the first time, or when another participant joins an ...
Score of 0
0 answers
102 views
Local Android Build Failed - Errors coming from react-native-nitro-modules, react-native-skia, react-native-screens and react-native-worklets
Issue on GitHub discussions: https://github.com/Shopify/react-native-skia/discussions/3922
Hey everyone,
I've been running into a local Android build error when using react-native-nitro-modules, react-...
Score of 0
0 answers
55 views
Unable to switch environments in a mobile app build
We have a ipad iOS app that is currently being built from Azure DevOps. The app has "Choose Connection" screen(SS screen) that selects the URL that its going to hit or load and then ...
Score of -1
0 answers
62 views
How can I fix drizzle's error: "'schema' does not exist in type 'DrizzleSQLiteConfig<EmptyRelations>'."?
I'm trying to learn drizzle for expo in order to build an offline data base for an app. I'm following the tutorial: https://www.youtube.com/watch?v=1inzzYvbgO8&t=169s, because drizzle official ...
Score of 1
2 answers
115 views
react-native-maps: Custom marker images display inconsistently, animations fail on custom markers, and looking for alternative map packages
I'm building a React Native app with react-native-maps and facing issues with custom markers. I've successfully rendered the map and standard markers work fine, but when I try to use custom marker ...
Advice
1
vote
4
replies
132
views
IOS application Distribution without appstore
I'm currently working as a react native developer,
i want to distribute my application locally using drive without using appstore and playstore
I know i can implement it on android for apk direclty ...
Score of -1
1 answer
141 views
Can't set up Google OAuth 2.0 from Expo Go
I'm developing a react app. Google OAuth 2.0 login works on the web version. However, on Android (Expo Go), I constantly encounter the error:
Access blocked:
Authorization Error.
Error 400: ...
Score of -2
0 answers
59 views
Build command is failing with the following error " '.' is not recognized as an internal or external" command on windows machine
Could anyone please assist, I am learning Detox and I am getting the below error when running the following command: npx detox build -c android.emu.debug
cd android && ./gradlew assembleDebug ...
Score of 0
0 answers
123 views
iOS messages clouding the log screen in metro
When developping for my react native app using expo I often use the metro logs to see if my code is working properly and to debug. However recently when adding new features that use different native ...
Score of 0
1 answer
154 views
Android NFC on physical devices
I am using react-native-nfc-manager to make an app which scans NFC tags for iOS & Android. Both parts work which is good but not on all devices. For example:
Working devices:
iPhone 17 Pro Max (...
Score of 0
2 answers
123 views
React Native Reanimated SVG Circle Progress initial animation not working, but prop updates animate correctly
I am a beginner with React Native Reanimated.
I have a circular progress component using Reanimated and SVG. The animation works correctly when the progress prop changes after the component is ...
Score of 1
0 answers
87 views
Expo doctor reports android/ios module directories as gitignored after pnpm upgrade (10.22 → 11.5.2)
After I updated pnpm from 10.22 to 11.5.2, expo-doctor now reports a failed check that wasn't failing before.
My project is a monorepo:
/app
/shared
/web
The error from expo-doctor:
18/19 checks ...