close
Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
22 views

I am migrating from an expo app to react native app. I removed all expo dependencies using npm uninstall command and now I am trying to build the local set up. Initially, I faced a lot of issues in ...
Priyam's user avatar
  • 29
-2 votes
0 answers
40 views

I'm building a React Native mobile app with a Django backend. I want to use the django-allauth headless mode for authentication. I’ve seen the official example for the React SPA, but that example uses ...
xl3ehindTim's user avatar
Advice
1 vote
3 replies
28 views

I am architecting a 3-tier mobile ecosystem for a SaaS access control project. The system includes, Worker App: Identity management and safety alerts. Management App: Real time monitoring and site ...
Akash Gamage's user avatar
Advice
0 votes
0 replies
27 views

a quick tip if your linear gradient is not working properly on iOS: just do two things to fix the issue. First, wrap the LinearGradient with a View and apply the LinearGradient’s styles to the View ...
Dev Anand's user avatar
0 votes
1 answer
43 views

I'm trying to make a text bold in my Expo Android TV app. Just using fontWeight: 600 did not work, so I assumed the default font doesn't have a bold weight. I then tried installing a custom font ...
timolino13's user avatar
-7 votes
0 answers
82 views

I am working on React native, i need to change the App icon on Occasionall days like on festival days.
Mahesh 's user avatar
0 votes
0 answers
50 views

I'm building a bottom-sheet modal in React Native (Expo) where a landlord can enter a custom payment amount. The input uses keyboardType="decimal-pad". By default, iOS renders a floating &...
Mohamed Humaam Athif's user avatar
0 votes
1 answer
39 views

While deploying our expo rn app to the apple store using the azure package Apple App Store Release, we are seeing the following error: Error: [ContentDelivery.Uploader.600003C88200] Validation failed (...
Fiddle Freak's user avatar
  • 2,167
0 votes
0 answers
36 views

I am using React Native Windows with the cpp-app template (generated via npx react-native init-windows --overwrite), and all icons from @react-native-vector-icons render as empty square boxes on ...
Jamie Nguyen's user avatar
1 vote
0 answers
67 views

Problem solved: I had to upgrade to the latest expo version 55.0.0 because this is where expo-widgets was actually introduced I've tried to create an expo widget by following the documentation here: ...
roniko1994's user avatar
1 vote
1 answer
64 views

I'm upgrading RN version from 0.73.6 to 0.78.3 and fixed a lot of problems, but still have most annoying one: i have custom schemes for ios, and when I build an app using the "Debug Test" ...
Alexey's user avatar
  • 23
-1 votes
1 answer
54 views

I am currently trying to embed an Android native view inside a React Native view with a CameraX live preview. However, I am facing a timeout exception issue with CameraX. On iOS, the same ...
Monster Gamming's user avatar
0 votes
0 answers
49 views

I keep getting this error when ever I enable the camera call?.camera.enable() for video calls in my Expo React Native app No permission to publish VIDEO const myCall = client.call("default"...
Victor Ezekiel's user avatar
0 votes
0 answers
37 views

I've been building an app using expo and in one of the screens I need to use the landscape orientation. When returning to the previous page on iOS the layout shifts to the left of the screen until I ...
Lucas's user avatar
  • 1
Advice
0 votes
0 replies
32 views

how can i implement the In App Purchase with offercode functionality in react native (specifically in ios where device version is below 16.3) i have use the react-native-iap laibrary but it not giving ...
Imadadali Sunasara's user avatar

15 30 50 per page
1
2 3 4 5
9391