voulgarakis

Results 14 comments of voulgarakis

is there a way to request user to allow Local Network permission in iOS 14?

I did a custom implementation using PanResponder

import { ... PanResponder, } from 'react-native'; const _circularProgressRef = React.createRef(); const _panResponder = PanResponder.create({ onStartShouldSetPanResponder: (evt, gestureState) => true, onStartShouldSetPanResponderCapture: (evt, gestureState) => true, onMoveShouldSetPanResponder: (evt, gestureState) => true,...

same happens to me too with connectToSSIDPrefix method.. [Error: Error while configuring WiFi]

In my case the app also freezes for a large set of data (~20k), pagination may be the solution.

I do it that way with scrollview but still the app freezes for 20k rows of data. ![image](https://user-images.githubusercontent.com/6053521/217750617-96336778-05c5-4da1-b38a-5d9a360d42d1.png)

FYI when using "MODAL" as listmode the performance is fine

Hi all, any progress on this?

> I found a workaround to solve. Instead of passing multiple itens, you can pass one item for a specific day and in that item pass all items. You just...