This commit implements iOS dynamic shortcut items by allowing users to
pass an array of items to be set. It accepts all the natively supported
features including icons and localizedTitle.
commit 0e19473efe059c4caccafa65acc5bce6f8f38058
Author: Jordan Byron <jordan.byron@gmail.com>
Date: Fri Oct 16 15:43:25 2015 -0400
Update README to include initial gesture docs
commit bb1eeb5b680a8704c69d50f8487b7f27734623cc
Author: Jordan Byron <jordan.byron@gmail.com>
Date: Fri Oct 16 15:43:08 2015 -0400
Don't reach into RN's internals for NativeModules
commit 703b5f20abcb3148f309875b3487dc5fc7f09ce2
Author: Jordan Byron <jordan.byron@gmail.com>
Date: Fri Oct 16 15:33:46 2015 -0400
Rename index.js to index.ios.js
commit b540f7e4e984178b6d6cc9c778673aaf469d5c13
Author: Jordan Byron <jordan.byron@gmail.com>
Date: Fri Oct 16 15:33:23 2015 -0400
Fix initial launch with gesture present
commit e91eaf362d254db6ab81274b1d18a81d2cf43c0a
Author: Mike Grabowski <grabbou@gmail.com>
Date: Fri Oct 16 17:59:45 2015 +0200
Final version
A couple of small touches and methods reordered
commit 4559d338658280613a3243ff117415b6300ce3be
Author: Mike Grabowski <grabbou@gmail.com>
Date: Fri Oct 16 17:53:50 2015 +0200
More tweaks
Use proper type for notification handler, it's not UIApplicationShortcutItem. Name it better. There's no need to use mutable dictionary (even if, prefer mutableCopy method). If we decide to log output, let's use React builtins and prefix with `[libraryName]` for clarity.
Currently cold launching throws for some reason, investigating. The rest of the code works as expected.
commit 74db5502b013a1367dea2c16bdac0854753e894f
Author: Mike Grabowski <grabbou@gmail.com>
Date: Fri Oct 16 17:25:21 2015 +0200
Do not use classes
We do not have Flow support, but it's nice to have at some point
commit 6785f7af239c6f23a29e0418a0f0b75d7043f97f
Author: Mike Grabowski <grabbou@gmail.com>
Date: Fri Oct 16 17:21:01 2015 +0200
Implement javascript interface
commit 02ce36837d38c31b33aea024fc85126624dce520
Author: Mike Grabowski <grabbou@gmail.com>
Date: Fri Oct 16 17:13:44 2015 +0200
Implement initialGesture