Shiv Chawla

Results 5 comments of Shiv Chawla

[react-native-file-access](https://github.com/alpha0010/react-native-file-access)

I came up with this! Let me know if there is a better way! ``` import React, {useState} from 'react'; import {View, StyleSheet} from 'react-native'; import {LineChart as SVGLineChart} from...

@39otrebla Have your tried using fixed value for chart color or stabilizing `color` with `React.useMemo` ``` const color = React.useMemo(() => { const filteredValues = data.filter((item) => item); // Remove...

Okay! I think NFC crypto hardware wallets like [Tangem](https://shop.tangem.com/collections/crypto-hardware-wallet), [SUGI](https://sugi.io/) and [Keytech.Tech](https://keycard.tech/) can really help in mass adoption. But of-course I understand that you have your own priorities.

@cheezeburger Add this in the order function. ``` if (opt.type == 'MARKET' && typeof flags.quoteOrderQty !== 'undefined') { opt.quoteOrderQty = flags.quoteOrderQty delete opt.quantity; } ```