140,767 questions
0
votes
0
answers
41
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 ...
0
votes
0
answers
44
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 ...
0
votes
1
answer
89
views
Google Map opening issue using Linking.canOpenURL(url)
I'm using react native for app development and i have to open maps through my app
if (Platform.OS === 'ios' && mapProvider === 'apple') {
// Apple Maps doesn't support Google Place IDs,...
Tooling
0
votes
1
replies
64
views
Offline-first face recognition in React Native using AWS Rekognition - how to cache face vectors locally and sync on reconnect?
I'm building a site access control kiosk app in React Native (targeting Android tablets) that uses face recognition for worker check in/check-out. The app must work fully offline - sites often have ...
1
vote
1
answer
56
views
react-native-reanimated C++ build error with React Native 0.81.5 and New Architecture
I'm getting an EAS build failure with React Native 0.81.5, Expo SDK 54, and newArchEnabled: true.
Error: ShadowNode::Shared is deprecated and parentShadowView not found in react-native-reanimated.
...
-1
votes
0
answers
79
views
iOS Share Extension not opening React Native app after sharing media from Photos (react-native-receive-sharing-intent) [closed]
React Native iOS Share Extension: Unable to Open Host App After Sharing Media
I'm implementing media sharing from the iOS Photos app into my React Native application using react-native-receive-sharing-...
0
votes
1
answer
82
views
Multi-line TextInput focused again after dismissing keyboard via toolbar button
I'm facing a strange keyboard focus issue in my React Native (Expo) app when using a custom toolbar button to hide the keyboard.
If I dismiss the keyboard via the hardware Esc key, the TextInput ...
0
votes
1
answer
75
views
Material icons not showing in bottom tab android
I recently updated my project to Expo 56 and decided to migrate to the experimental native bottom tabs using @react-navigation/bottom-tabs/unstable.
Everything works perfectly on iOS using sfSymbol, ...
0
votes
0
answers
93
views
React Native app - tab-order of absolute positioned elements
I basically want to create a screen that looks like what I have shown below.
An edge to edge web view, with react-navigation bottom tabs below, and a floating back-button in the left corner.
The ...
Tooling
0
votes
0
replies
63
views
What's the best "FreeTier" resource, Generative-ai, text-prompt/image-upload_to_video fullstack llmm application that's pipelined through HuggingFace?
As an academic in the field of computer science with advanced specialization in artificial intelligence and prompt engineering, I am currently exploring the most effective open-source generative AI ...
1
vote
0
answers
61
views
Android HCE: setPreferredService() silently ignored despite foreground call, HostApduService never invoked
Background
I have a transit card HCE app that emulates Korean KS X 6924 transit cards (T-money/Cashbee category AIDs). The app's HostApduService registers 6 transit AIDs under category="payment&...
0
votes
1
answer
72
views
[runtime not ready]: Invariant Violation: TurboModuleRegistry.getEnforcing(...): could not be found
I'm receiving this error in my app and I'm not sure how I can resolve it because I was looking for a solution on internet and everything the solves are clean the project and re-run but this don't work ...
-1
votes
0
answers
65
views
router.replace() and router.push() silently fail in Expo Router 6 production Android build but work in Expo Go
Environment:
Expo SDK 54
Expo Router ~6.0.23
React Native 0.81.5
NativeWind 4.2.0
EAS Build (Android preview build)
New Architecture enabled
Problem:
My app works perfectly in Expo Go but in a ...
Tooling
0
votes
0
replies
53
views
SSDP/UPnP search library for React Native?
I'm new to React Native. And it is not so promising that the first thing I search for after finishing my course turns out to be tricky. My main main incentive for mobile app development is to build ...
-4
votes
1
answer
112
views
Convert React script running using a CDN to use server installed React [closed]
This code
<script crossorigin="" src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script crossorigin="" src="https://unpkg.com/...