giacomomasseron

Results 28 comments of giacomomasseron

I also got same message from facebook

How I can merge your code in my project?

In my code I do not have the lines you added (or edited) in your commits :(

Any news? Or in case do you know an alternative?

@MsXam you know an alternative or howto develope facebook login without a plugin?

Same problem here.

How can I load italian language in react-native?

numbro.languages() returns just "en"

Thats why I asked howto load any other languages in react-native :)

I use this code in react-native: ``` const numbro = require('numbro'); console.log(numbro.allLanguages); // this returns undefined ``` Your code won't work if allLanguages is undefined and if `numbro.languages()` returns just...