140,853 questions
-1
votes
0
answers
22
views
Migrating from expo to React native crashes the app
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 ...
-2
votes
0
answers
40
views
Social authentication React Native + Django allauth
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 ...
Advice
1
vote
3
replies
28
views
Architecture advice for React Native vs Flutter for a 3-tier SaaS with an existing React/MongoDB web dashboard
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 ...
Advice
0
votes
0
replies
27
views
React Native Linear Gradient
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 ...
0
votes
1
answer
43
views
Expo fonts not loading on TVOs
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 ...
-7
votes
0
answers
82
views
App Icon Change From Mobile Applications On Festival Days [closed]
I am working on React native, i need to change the App icon on Occasionall days like on festival days.
0
votes
0
answers
50
views
iOS keyboard renders off-center (shifted left) - React Native Modal with InputAccessoryView
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 &...
0
votes
1
answer
39
views
expo sdk53 broke msauth for ios when deploying with azure package "Apple App Store Release"
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 (...
0
votes
0
answers
36
views
React Native Windows: @react-native-vector-icons icons render as empty boxes on Windows
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 ...
1
vote
0
answers
67
views
Expo-widgets pod error during development build
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:
...
1
vote
1
answer
64
views
React Native dev tools issue
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" ...
-1
votes
1
answer
54
views
Camerx issue in react native live preview [closed]
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 ...
0
votes
0
answers
49
views
getstream No permission to publish VIDEO
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"...
0
votes
0
answers
37
views
expo-screen-orientation issues when shifting orientation between screens
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 ...
Advice
0
votes
0
replies
32
views
In react native In App Purchase with offer code in below ios version 16.3
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 ...
