-
## Issue
Describe your issue here
Summary: Our newly released Android app version creates multiple accounts on firebase authentication module when user signs up into our ap…
-
## Issue
The main message within the thread view is not updated properly - as long as we stay on the thread view, we don't see real-time changes to reactions. To see them, we ne…
-
getGenericPassword on android sometimes fails. I can't figure out why, it just crashes the app.
jm90m updated
1 month ago
-
### Description
Hi, I'm using react-native 0.74.3.
After updating the mac os to the latest version 14.6.1 (23G93) I cannot run android build. it fails and forces me to move to the gradle 8.7.0.
`…
-
## Issue
Instantiation class:
```typescript
class RealtimeDatabaseInstance {
private _db: FirebaseDatabaseTypes.Module;
public constructor() {
let databaseURL = "ht…
yehya updated
2 months ago
-
## 闭包
### 概念
在 js 中变量的作用域属于函数的作用域,在函数执行完后作用域就会被清理,闭包函数是建立在函数内部的子函数,闭包函数引用了函数的变量,就算函数执行完成作用域也不会被清理。
### 形成条件
- 函数嵌套,函数里有函数
- 里面函数引用了外边函数的变量
### 用途
- 模仿块级作用域,避免全局变量污染
- 封装私有化变量
- 保护变量,阻止被回收
- …
-
### Summary
required for https://github.com/status-im/status-mobile/issues/18409
We are animating the chat big avatar on the scroll of chat and changing its scale value as shown in [video](https…
-
The following is a request for a team to build it, I'm happy to hop on a call with potential teams to talk about some of the features in depth.
Aragon Wallet should be a React Native mobile app to …
izqui updated
4 years ago
-
## Issue
We have noticed that our PlayIntegrity usage has skyrocketed after update of the react-native-firebase/* packages.
We have updated from 17.4.2 to 19.0.0
```
"@r…
-
I'm trying to use scrollUntilVisible on iOS with a react-native app but there is an error, my scrolling view needs two "scrolls" to reach the bottom but the test crashes after the first one and a free…