Pewh Gosh
Pewh Gosh
If I store JS Date object, local storage just store '{ }'. Is there any solution to store Date object?
After I implement hideOnScroll based on [gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94a685b06eb3900f), it's conflict with `backdrop`. It's always trigger `backdrop` if I scroll up. 
From the documentation I've read, I can set input type with other like `TYPE_TEXT_VARIATION_PASSWORD`. But I can't figure out how to do this on JS because `type` just accept integer...
Hello, can it work on React Native?
Hi. I was able make to make push notification is working. I tested it on REST. ``` POST Host: android.googleapis.com/gcm/send Content-Type: application/json Authorization: key=**apiKey** Cache-Control: no-cache Postman-Token: b33c61dc-a779-9198-bd96-aaf6c24fac6c { "data":...
I get this error when signout and signin later.
Hello, can it work on React Native?
It's work if I call from moleculer-repl, but not work on jest. ``` describe('otp', () => { let broker = new ServiceBroker(testServiceConfig) let service = broker.loadService('./otp/service') const user = {...