Commit Graph

21 Commits

Author SHA1 Message Date
Jordan Byron
d94a7319e7
Update README.md 2020-05-15 09:01:17 -04:00
Jordan Byron
5d48757d4a
Update README.md 2020-05-15 09:00:46 -04:00
Jordan Byron
d61a76edb9
Update README.md 2019-03-07 17:59:14 -05:00
Connor Riva
653e659ca9 Add manual linking instructions for Android. 2019-03-07 13:21:29 -08:00
Diego Fernandes
bfd6f231c2 Update documentation and examples (#70)
* Update documentation and examples
2018-12-28 09:45:50 -05:00
Jordan Byron
f548f91b81
Update README.md
Restore removed android installation instructions
2018-10-20 18:29:55 -04:00
Jordan Byron
f96033d028
Update README.md
Fixes #68
2018-10-17 07:42:44 -04:00
Jordan Byron
f32693fa85
Update README.md 2018-10-13 08:10:24 -04:00
Andrew Marmion
2a30e51527
Update README.md
Add explanation for setting Android icons.
2018-04-16 14:57:48 +01:00
Jordan Byron
dc138a6894 Clarify AppDelegate.m code additions 2017-07-31 14:55:58 -04:00
Jordan Byron
3bafd1a18b Add Android support
Squashed commit of the following:

commit 87797504049b0260264353cd1d271d0466c4cba2
Author: Jordan Byron <jordan.byron@gmail.com>
Date:   Sat May 6 11:31:48 2017 -0400

    Update README

commit f3790fd692ec2a1c7e05ea0c734cb3a738df0b0b
Author: Minru Huang <minru.huang@drivetribe.com>
Date:   Wed May 3 10:19:51 2017 +0100

    add comments in README about android launchMode differences.

commit 7d582acc53279241f46e976798000a47da0601ca
Author: Minru Huang <minru.huang@drivetribe.com>
Date:   Wed Mar 29 17:32:39 2017 +0100

    review comments

commit fbced4cdb99aededbbaa1b362ceabd03e7418208
Author: Minru Huang <minru.huang@drivetribe.com>
Date:   Fri Mar 24 12:28:21 2017 +0000

    change popInitialAction function to return a promise, to be consistent with android.

commit 50cf6eabf4235048c832f31e4f40dd6778a1a554
Author: Andrew Jack <andrew.jack@drivetribe.com>
Date:   Fri Mar 24 09:36:20 2017 +0000

    Clean up

commit f66d880e47747dab0e6c7349a62868f002b05e24
Author: Minru Huang <minru.huang@drivetribe.com>
Date:   Fri Mar 24 09:24:32 2017 +0000

    revert package change

commit 9c5548c5aa24047961c9ab53d05c3a0b71b37679
Author: Minru Huang <minru.huang@drivetribe.com>
Date:   Fri Mar 24 08:51:40 2017 +0000

    add android implementation.
2017-05-06 11:32:08 -04:00
messense
1769f7d17f Address React Native version support 2017-01-12 22:37:44 +08:00
Jordan Byron
6c3d4a0037 Update README 2016-08-01 09:02:22 -04:00
Jordan Byron
62be56df4e Update code styling in README 2016-08-01 08:56:31 -04:00
Andrew Shini
31cc232a58 Add isSupported 2016-08-01 10:17:02 +10:00
Jordan Byron
723a521fd7 Add iOS dependency note to README 2016-02-10 17:31:38 -05:00
Jordan Byron
99137b4cc6 Update README and switch to capitalized icon names for consistency 2015-10-23 10:03:57 -04:00
Mike Grabowski
4177a425c1 Implement dynamic shortcut items
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.
2015-10-19 14:21:14 +02:00
Mike Grabowski
32f743eb99 Rename elements to reflect iOS api
This commit renames all occurences of gesture to action as well as
renames RNQuickAction to Manager to align with RN api
2015-10-19 14:15:52 +02:00
Jordan Byron
79ee89cf3a Implement initialGesture
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
2015-10-16 15:47:18 -04:00
Jordan Byron
c6ac4b0a7a First commit 2015-09-26 09:54:40 -04:00