Boris Mitioglov

Results 13 comments of Boris Mitioglov

horizontal scroll is really needed for this library

> Finally figured this out after hours of searching... Did you add horizontal scroll?

I had this problem when my topicName was null

Ok as a workaround you can use this function: ``` function customCompactFormat(number) { if (number < 1e3) { return number.toString(); } else if (number < 1e6) { return Math.floor(number /...

is there a new working version in npm?

> @thebiltheory This V2 version seems to work for me! I just installed it today and it's all up and running again. Thanks! Hi Reece, can you share how did...

After that `yarn add "https://github.com/thebiltheory/react-native-number-please.git#v2"` it fails with: ``` TypeError: undefined is not an object (evaluating 'pickers.map') ```

I think this library is not supported anymore which is very sad :/