-
So I have just started an expo project, and I am using redux-presist. My problem is that the state is loading fine on ios. But it's not working on android. When I save my code with live reload it is w…
-
## Issue
Hello, as the title says, I have trouble running Firebase Messaging on iOS. To make it more frustrating, the error messages I get tell me exactly nothing - but maybe you'll be able to deci…
-
### Steps to reproduce
function* watchStuff() {
while (true) {
try {
console.log('watchStuff');
yield call(delay, 1000);
} catch (err) {
…
-
### Frontend App Title
Admin Module for the Web App
### Overview
Allows an admin to login, and manage categories, products, coupons and orders.
### Detailed Features
As an admin, the user would s…
-
Not able to run it on web as it is expo project. Ideally should be run on web
Her is screen shot
![Uploading error.png…]()
-
### What happened?
Running on an Android device returns the following errors:
ERROR TypeError: undefined is not an object (evaluating 'error.stack.split')
ERROR TypeError: undefined is not an obj…
-
Research task on architecture and tech stack in preparation to the project
-
Hi, I just installed react-navigation-redux-helpers and am having issues with the TypeScript typings
```
node_modules/react-navigation-redux-helpers/index.d.ts:9:10 - error TS7016: Could not find a …
-
### Current behavior
if you open Stack.Screen mode = presentation modal before lock screen, unlock screen minimize modal screen and open Drawer, it will be cropped. The same happens when opening a vi…
-
Our RN app of which we want to create a web version from fails to serve due to `DynamicFonts` using `react-native-fs`.
```
➜ momo-app git:(staging) ✗ yarn web
yarn run v1.22.19
$ webpack serve …