Barry Lachapelle

Results 4 issues of Barry Lachapelle

Hi great script thank you. Is there anyway to bypass function and have shrink called right away? For example, I'd like the scroll shrink on some pages but not on...

then then then ;) ``` async function uploadImageAsync(uri) { console.log(uri); const response = await fetch(uri); const blob = await response.blob(); const ref = firebase .storage() .ref() .child(uuid.v4()); await ref.put(blob) .then(snapshot...

Silly question is it possible to detect press/tap on a row before the long press trigger? To make the row clickable? Maybe Im missing something super simple?