-
### Description
Just upgraded to RN 0.72.6. Working thru deprecation warnings on our RN web website (changing over to props RN is recommending). Seems like some new props listed in the docs are missi…
-
## Issue
I'm trying to setup React Native Firebase on a new Expo project using config plugins but I'm getting
`Error: No Firebase App '[DEFAULT]' has been created - call fi…
enlob updated
3 months ago
-
Am facing the above error while upgrading react-navigation from 4 to 5:
please find the Url https://github.com/react-navigation/react-navigation/issues/8964 for more info:
-
## Description
App crashes after user touches the screen.
+ does not happen if fabric is disabled.
```
reactRootView.setIsFabric(false);
```
```
2022-04-25 20:24:40.458 10036-10…
-
## Issue
When going to a thread without replies, the main message is not displayed until you add a reply.
```
import React from 'react';
import {
Channel,
Thread,
MessageL…
-
I am trying to use repack for my react native project and getting this error
![Screenshot_2024-08-14-16-03-33-053_money jupiter](https://github.com/user-attachments/assets/82593780-9ec0-4b1d-827c-d…
-
## Issue
We are migrating from firebase Web SDK to react native firebase. The phone auth was working well with the Web SDK, however after migrating to react native firebase we are facing th…
-
### Summary
While trying to migrate `react-native-fast-image` to `expo-image` I've got an app crash in my custom android dev client.
Occurs both in android emulator and on pixel 6 device.
I've …
-
## Issue
I am trying to call a firebase cloud function from my react-native app:
```javascript
import { firebase } from "@react-native-firebase/functions";
import { FIREB…
-
**Describe the bug**
I can open the picker but when i open it the items are rendered below other components and they can't be touched, i've read some topics about it in the documentation but I couldn…