-
Hey all,
Im trying to debug the query performance for my react native app. I carry out the same query in python and average query time is 2s. However the exact same query on my react native app is…
-
## Expected Behavior
Module should be able to handle all size of packets that are written. If packets are too large for the MTU, break them up automatically.
## Current Behavior
When trying t…
-
## Issue
Describe your issue here
Recently I have implemented firebase in our project. I am continuously having multiple issues related to crashlytics. I am not constantly …
-
My application is being published in the Android version (I am using react-native) with fastlane, however I am facing a small problem. I'm using the [react-native-dotenv](https://github.com/zetachang/…
-
hi necolas,
Thanks in advance for your efforts. In pure react-native, we are able to set state of a TextInput value of type 'numeric', separating 3-digits with comma(,). I store the pure number value…
-
## 🐛 Bug Report
### Summary of Issue
After upgrading 37.0.0 to sdk 38.0.0.
expo start resolved in success but when i try to open my application on simulator\phone i get an error.
on vscode term…
-
## Issue
Hi, I'm getting this issue when using @react-native-firebase/messaging version 7.8.6
> Configure project :react-native-firebase_messaging
:react-native-firebase…
-
Hi,
following instructions, I tried to test this lib in my expo project:
import WifiManager from "react-native-wifi-reborn";
...
WifiManager.getCurrentWifiSSID().then(
ssid => {
…
-
# Problem
When running jest tests, a strange error is returned.
```
/node_modules/redux-persist/lib/createPersistoid.js:98
writePromise = storage.setItem(storageKey, serialize(stagedState)…
-
### Current behaviour
Pager.js is using `currentlyFocusedField` to blur focused inputs on swipe.
### Expected behaviour
Pager.js should be calling `currentlyFocusedInput` instead, as per RN 0…