-
**I have the following issue:**
I'm experiencing a critical issue where my Expo React Native app crashes almost immediately after launching on real Android devices. The app works perfectly fine on em…
-
### Description:
When using the `MultiSelectComponent`, we noticed that it is wrapped inside a `TouchableWithoutFeedback` component. By default, the `accessible` attribute of the `TouchableWithoutFee…
-
### Summary
I am working on a React native epub book reader for both IOS and Android,
the problem is that if we select one of the lines to highlight the text and drag the selected text to multiple …
-
Hi,
The scrollbar is not showing on iOS real device and the scroll bar is showing on the iOS simulator.
import React,{Component} from "react";
import { View } from "react-native";
import { Dro…
-
## Description
Scrolling is sometimes janky
https://github.com/wix/react-native-calendars/assets/59506416/f63a5146-89b4-4526-b907-7bca58a02591
```jsx
…
-
```json
"@gorhom/bottom-sheet": "^4",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-element-dropdown": "^2.10.1",
```
test device
- iPhone 14 Simulator
- Android Emulator - Pixe…
-
# Bug
Upgrade helper cannot populate react-native versions and the dropdown keeps showing the loader.
## React Native versions
Chrome browser
## Steps to reproduce
1. One this U…
-
if i remove bugsnag , it works fine for android. for ios its working fine with bugsnag for release build
RN 0.73.8
Bugsnag -- latest
those crashes for android did not come in bugsnag portal also.
…
-
**Describe the bug**
When trying to open the dropdown inside a "react-native-linear-gradient" component (inside a nested view),
the dropdown is only partially visible (see expo snack)
**expo sna…
-
I am using paginated data and want to search using the API search query on how to proceed.