Erase all data from Expo React Native App
I would like to delete all data from my react native app based on Expo. The goal is to delete the data via a button in the application, as one could do by deleting the data in the Android settings.…
I would like to delete all data from my react native app based on Expo. The goal is to delete the data via a button in the application, as one could do by deleting the data in the Android settings.…
Hi Guys I'm trying to make a drawer using React Navigation. The problem is, that I'm having an error that I'm not able to fix When I run expo everything displays ok in the web But in console this warning…
I've been struggling to find a solution for obtaining the iOS Bundle ID and Android Package Name to register my React Native Expo app on Firebase using the Firebase JavaScript SDK. I've searched extensively, but haven't been able to find…
I need some help, I'm in a React Native project with Expo, the build is always done using expo, but the last builds we made for Android made the system strange with some bugs and slowness, I wanted to do…
I have a react native expo app. I am currently writing tests for said app and there is a problem. I am using app.config.ts to export some variables with the extra property. In my file i am reading the property…
code for uploading data in firestore Console: "Document written with ID: undefined" try { console.log const docRef = addDoc(collection(db, "users"), { name: "Alan", //middle: "Mathison", //last: "Turing", //born: 1912 }); console.log('yyyyy'); console.log("Document written with ID: ", docRef.id); } catch (e)…
ScreenHeaderBtn in the <Stack.Screen> is not showing in expo. Only the contents under the View is showing in expo. I have imported stack. Is there something that needs to be installed or imported to use <Stack.Screen>? import { useState }…
I am using react-navigation, currently I am using the Stack and Bottom Tabs, but I also need a Top Tabs as well. I see the option of Material Top Tabs, but again as per the rule, I can only use…
I have two separated Firebase projects, one for dev and other for prod environment. I'm trying to add my Expo app to the dev project but I cannot add the same app package in two different projects. How to handle…
I created an app with react native (expo) that shows a lot of product images. My customer wants the app to work 100% offline. This means that the images should all be prefetched when the app is started. You can…