Marco Marinangeli

Results 9 comments of Marco Marinangeli

@killboard README updated. Did i do this the right way?

If you want to register one language only: ``` import numbro from 'numbro' import languages from 'numbro/dist/languages.min' numbro.registerLanguage(languages['it-IT']); numbro.setLanguage('it-IT') ```

I'm very interested, too!!

same here :( ``` "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", ``` did anyone of you found at least a workaround?

@coffenbacher good workaround man... it's still a little strange that react-native don't do it for free... I know they say that they don't add this functionality by default when talking...

> > Looking to implement OAuth flow for MacOS, is this supported yet? > > @rodydavis You can still do oath using the default browser and url_launcher. That's how I'm...

I ended up using @ayarmak solution (thx). How could it be done using updateQuery? I tried but i always get previousData == null.

Same problem here. Versions: ``` "@gluestack-style/react": "^1.0.8", "@gluestack-ui/config": "^1.0.3", "@gluestack-ui/themed": "^1.0.8", ``` I had to do this (maybe it can help someone): ``` ( )} keyExtractor={(item) => (item as PlayerItemFragment)._id}...