enk0de

Results 4 issues of enk0de

### Description many styles are broken in RN ^0.68.1. for example, Actionsheet styles is broken. ### CodeSandbox/Snack link nothing. ### Steps to reproduce 1. Install `native-base` on RN 0.68.1 2....

bug
v3
triage

**Describe the bug** Anomalous behavior occurs when removing an item from a LiveList named A, inserting it back into a LiveList named B, and then reversing the action. A and...

bug
Custom App

i need some convenient events such as onZoomChange, onPanChange(x, y). - `onPinch` only subscribe zoom value occured by actual pinch zoom. - I can't tell if `onScroll` is due to...

feature

In react, when i pass ref to InfiniteViewer component, and i refer `infiniteViewerRef.current.on`, the error `infiniteViewerRef.current.on is not a function is not a function` is shown.

question