Skip to content

Instantly share code, notes, and snippets.

View yzalvov's full-sized avatar

yzalvov

View GitHub Profile
/**
* This is a patch wrapper for the React Native `reanimated-bottom-sheet`.
*
* Problems solved:
* - onCloseEnd was firing as soon as the sheet's mounted, even before its opening. https://github.com/osdnk/react-native-reanimated-bottom-sheet/issues/136
* - onCloseEnd was not firing on repeated closings. https://github.com/osdnk/react-native-reanimated-bottom-sheet/issues/183
* - Other open/close events were silent sometimes.
*
* How to use:
* 1. Make sure you have the imported below modules installed.

Firebase Hosting Deploy Single File

This utility script deploy a single local file to an existing Firebase Hosting site. Other files that are already deployed are left unmodified.

The difference with firebase deploy is that this script does not require you to have a local snapshot of all hosted files, you just need the one file that you want to add/update.

USE AT YOUR OWN RISK. NO WARRANTY IS PROVIDED.