Tim Erwin

Results 41 comments of Tim Erwin

it seems like the `isActive` has a bug where root path `/` is always active. I had to change the code to ```jsx { let isActive = false; if (r.path...

Finally got this to work by using SPM and forcing the master branch. Can you guys do a proper release when you update the documentation? That was extremely frustrating on...

try this hacky workaround ```sass @function rgb($args...) { @return r#{g}#{b}(#{$args}) } ``` https://sass-lang.com/blog/libsass-is-deprecated

This is a critical issue I think...I need a picker but it has to work properly in the latest iOS...are you guys saying limited selection functionality isn't supported by this...

I am seeing the same issue

This seems to be happening if you call `.swipe()` too quickly...but then it's unusable as the swipe must be delayed to a certain time limit....please fix it

This is caused because isAnimating is true even after the card is already swiped thus blocking fast swipes

> `const extractedUri = React.useRef(uri); const onExtractImage = ({nativeEvent}) => { extractedUri.current = nativeEvent.uri; }; const onSelectFilter = (selectedIndex) => { setIndex(selectedIndex); };` > > This is the render function:...

Hey, is there any way to get this merged? I'm confused on the binary / base64 in the current library. If I have a base 64 string that I want...

has this been released yet? I'm on the latest but I'm still getting this error after deployment with new arch and fabric ``` In file included from /node_modules/react-native-share/ios/RNShare.mm:2: /node_modules/react-native-share/ios/RNShare.h:12:9: fatal...