Jordan Byron
Jordan Byron
This PR makes this gem's jQuery dependency explicit by adding it to the README plus wraps all JS files which reference jQuery in a self-invoking anonymous function. This is handy...
https://github.com/jordanbyron/react-native-quick-actions/blob/master/RNQuickAction/RNQuickAction/RNQuickActionManager.m#L158
Currently anytime Apple releases a new set of [`UIApplicationShortcutIconType`](https://developer.apple.com/reference/uikit/uiapplicationshortcuticontype?language=objc) icons we have to manually update our corresponding dictionnary which maps a string value to the enum value. This is stinky...
Support for: ``` js var QuickActions = require('react-native-quick-actions'); QuickActions.addListener(function(data) { // Do some cool stuff }); ``` It would be cool if registered listener callbacks are also processed when the...