peacecoder
peacecoder
> Using a environment file name .env.development > > 1. Firstly set your require to below - Removing development and adding true (boolean). > `require("custom-env").env(true);` > 2. Set NODE_ENV to...
> Hey! This is using the algorithm from the official woltapp/blurhash library with some minor modifications to make it run in parallel. Keep in mind that this is quite an...
anyone solved this ?
> did you find a solution to refresh data on the component? Hello nope not really, you can check this link on how i was using it might be helpful....
> AsyncStorage This is how I did mine and seems to work, the only thing I wish could get done is re-creating token on account login or such but I...
I am having same issue
> Thanks! Options like? Options such as 1. giving the canvas a background color that should reflect to the base64 or SVG or an image uri when drawing is done,...
Update: ended up using **cross-env** with **dotenv-flow** i think my mistake was i was i was adding **&&** after **NODE_ENV=production**
> Hi @boicoder, thanks for using **rn-swipeable-panel**. Can you share other details for me? Screenshots, code piece that how you use SwipeablePanel, versions of RN and rn-swipeable-panel etc. Sorry for...
> Also, how do you change the background color of the close button? I would like it to be transparent. use this: closeRootStyle , it accepts and object same like...