I have a React Native + Expo project with SQLite database and TypeORM set up. I'm trying to run a migration which should add an isPrivate column to an ...
I have a React Native + Expo project with SQLite database and TypeORM set up. I'm trying to run a migration which should add an isPrivate column to an ...
I have react native project, which I used to test it on Expo Go. That is, I dont have android or ios directories in this project. Do I need to? I want ...
I built a simple backend with Django/Python, I’m able to access it from Postman, but when I try to access it from an Expo React native App I get a net ...
SDK Version: 40 Platform: Android The push notification is only working in development mode in development device it’s not working in development mod ...
I'm trying to retrieve data from Firestore with the code below, but I only get one result. When I eliminate that document, I get the other document wi ...
bottom barbottom bar herecode screenshot tried tabBarOptions,activeTintColor. ...
I am currently using Expo Location, and whenever I allow location permissions, I get this error. I am on Expo Bare, SDK 47, React 18.1, React Native 0 ...
I'm trying to send Expo push notifications to multiple devices. I'm retrieving the Expo tokens from Firestore. When I enter the tokens manually, it wo ...
I have used the pattern 'com.mycompanyname.native.appname' to name the bundle Ids for my apps since years and have created many apps using the keyword ...
Another issue that arrives from the previous issue: Issues with header button in React Native Expo After changing from ../firebase to ./firebase. It ...
I am having trouble on a undefined value I get after passing from one screen (Home) to another screen (SubScreen2) after randomizing the value in a dr ...
I'm new programing specially with React Native.I tryed to create a FlatList, it worked fine, but the data was not displayed as the away i wanted, caus ...
C:\Users\ADMIN\Documents\Sunny\fitnessApp\node_modules@expo\cli\build\src\utils\downloadExpoGoAsync.js:78 bar.update(progress, total); ^ TypeError: C ...
I have the following 2 screens: I would like to change the screen name of 'SubScreen1' to 'Search Result' but I am getting the error of The action ...
I'm trying to send push notifications using expo-notifications. I'm using the example in the documentation and it works very well with javascript. Whe ...
I am trying to display some fetched products in a FlatList, also to display more products when I reach the end of this FlatList, but I am getting this ...
I have an expo app that loads a provider: export const AppProvider = ({ children }: { children: ReactNode }) => { console.log('Hello from app pr ...
There is another question with a similar title but the answers there aren't helping As the title explains I keep getting an error when submitting my ...
i am facing problem related to requestPermissionAsync this method does not show prompt to the user. Any help would be highly appreciated Android Vers ...
I have installed expo Location: And whenever I try to use it in my application get an Error ERROR: dependencies in Package.Json: ...