-
## What I did
After installing `@dev-plugins/react-navigation` in expo project, I added these 2 lines according to documentation:
![Screenshot 2024-06-03 at 13 12 30](https://github.com/expo/dev-plu…
-
i have some problem about my notification no data while in app and when quit state. here is my code to handle notification, am i doing something wrong? please help me, below is the code:
**useN…
-
### Build/Submit details page URL
https://expo.dev/accounts/mob_dev/projects/usteda/builds/4801382a-9816-42f0-a9d1-108e8a0aa798
### Summary
Run iOS production builds locally and in expo cloud…
-
I'm encountering an "Out of Memory" error when building the UI in MLflow versions 2.17.2 and 2.18.0 within a Docker container. The build process terminates prematurely with the following error message…
-
thanks...
## here is my code:
```tsx
import React, {useEffect, useState} from 'react';
import {
View,
Text,
StyleSheet,
TextInput,
TouchableOpacity,
Alert,
} from 'react-native'…
-
### Description
Hi Everyone,
// Place this code after "[self.window makeKeyAndVisible]" and before "return YES;"
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil];
…
-
## How should I send my current location while on background?
* Plugin version:^4.17.2
* Platform: Android
* OS version: 14
* Device manufacturer / model: Samsung
* React Native version 0.7…
-
### Current Behavior
I want to contribute to the project
For that purpose I clone this project and open it in a container.
When I run e2e tests - I have some strange errors.
Debugging led to…
-
Hello
When I added react-native-toast-message in my react native project app. it was work fine.
It was one year ago.
Now toasted message does not appear and I don't understand why ?
I don't k…
-
I have an app that was working fine until I upgraded React and React-Native.
Now, when state is updated with onChange, I see the following error (even if there is no actual change in state, the Store…