Beka
Beka
Hi I deleted tvOS project from the ios folder because there was no need for that, but library throws this error 
Is there any support for this lib?
Hi, when I'm using mask property it is doing like this but when I disable mask property everything looks nice. Also there is a crash on `[0...]` mask pattern. Also,...
# Question Hi, there are always many changes in that file and sometimes it is too complicated to update. can anyone write here some guide that will help others too?.
Hi, I can't declare module for png, ``` declare module '*.png' { const image: number; export default image; } ``` I tried my default configuration of tsconfig.json that I'm using...
Hi, I tested it on a real device and simulator, on android everything works. But Here is a two case, if u open the app with the internet, and disable...
Fixes: https://github.com/gorhom/react-native-bottom-sheet/issues/1294 ## Motivation When `snapToPosition` gets called right away after a mount, `animatedContainerHeight` has an initial value of -999, if the prop didn't get passed. It is happening as...
### Issue Description I have a Touchable inside a ``rn-sliding-up-panel `` and when I start dragging from any Touchable it don't do anything, ## # Steps to Reproduce / Code...
# The problem I found almost similar issue already but I don't know exactly the solution from there: https://github.com/plaid/react-native-plaid-link-sdk/issues/436 screenshot: error ```log ❌ /Users/builder/clone/ios/Pods/Headers/Private/react-native-plaid-link-sdk/react_native_plaid_link_sdk/RNLinksdk.h:9:24: declaration of 'RCTEventEmitter' must be imported...
Hi, I'm encountering a strange bug (at least for me) on some Android devices: `Software rendering doesn't support hardware bitmaps`. I'm trying to use captureRef with the following code: tsx...