Alberto Martínez
Alberto Martínez
Currently, I'm working on PWAs with React+TS for the private sector, so I don't have time to develop for mobile. I'll be happy if someone capable takes up this project....
Maybe it's counterintuitive but yes, it's **leaving** none. I will update the documents soon
Please do not merge this without more testing. This PR is blocking ShortcutBadger in all Samsungs 8 and above right? I think this behavior is the responsibility of the launcher....
+1 @keuller, I think using `export default class ContatoStore` is better than `module.exports = ContatoStore`. With this, the transpiler can change (at your command) the loader format.
Confused now. I'm testing with this todo-store.js file: ``` javascript 'use strict'; import riot from 'riot'; // Storage class export default class TodoStore { constructor(dispatcher) { const LOCALSTORAGE_KEY = 'riot-item';...
Same issue with rn-photo-view 1.5.2
I made [my own fork](https://www.npmjs.com/package/react-native-photo-view-ex)
try [react-native-photo-view-ex](https://www.npmjs.com/package/react-native-photo-view-ex)
@whitlockjc It would be very useful, thanks.
@cdwmhcc , use event delegation: ```js // ignore click on this elements const IGNORED_ELS = '.slidePanel, .modal, .alertify, .-handled-lick' $(document.body).click(function (evt) { // check only for main button (0) and...