Commit Graph

238 Commits

Author SHA1 Message Date
sodik 485cf81e07 upgrade example to RN 0.42 2017-06-06 23:10:31 +02:00
Stanislav Miklik 7345e83c61 ISSUE #33 - Mixing of text and children for MenuOption can lead to unexpected results 2017-05-23 23:19:42 +02:00
Stanislav Miklik 3aa96019c2 Add Icon extension example 2017-05-23 23:05:52 +02:00
sodik 4228267720 release 0.7.5 2017-05-19 22:20:54 +02:00
Martin Bielik b5f72140d6 support for UWP touchable component 2017-05-19 10:11:14 +02:00
Stanislav Miklik 143cf6a2c7 release 0.7.4 2017-05-12 20:58:25 +02:00
Stanislav Miklik 4941e1ad3d Merge branch 'closing-animation' 2017-05-12 20:57:18 +02:00
Stanislav Miklik f2539fed87 Allow also array as style prop type 2017-05-12 20:12:33 +02:00
Martin Bielik 00e599e1e1 eslint issues after lib upgrade 2017-05-12 14:53:55 +02:00
Martin Bielik de0dfca606 fixed tests, updated dev dependencies 2017-05-12 14:12:22 +02:00
Martin Bielik f085cbaa81 closing animation for controlled menus 2017-05-12 12:13:09 +02:00
Martin Bielik 4550b74540 custom style object proptypes 2017-05-11 16:20:41 +02:00
Stanislav Miklik 40b8c2dd22 refactor polyfills out 2017-03-28 10:58:29 +02:00
Stanislav Miklik 6007fdb774 release 0.7.3 2017-03-27 23:16:45 +02:00
Stanislav Miklik e2eb557f5e fix compatibility with older RN versions 2017-03-27 23:15:32 +02:00
Stanislav Miklik 04785fbae6 update example documentation 2017-03-23 16:26:32 +01:00
Stanislav Miklik 7a7bb6a3fe Update README.md
* fix problem with GIF
* update basic usage to more common case
2017-03-20 15:49:47 +01:00
Stanislav Miklik dac62721d9 Merge pull request #26 from raymondtam/patch-3
To resolve the issues of having "Key xxx is already defined"
2017-03-19 10:52:41 +01:00
raymondtam 652a29642d To resolve the issues of having "Key xxx is already defined"
By defining all the scenes during compile time.
Im using similar structure in my own projects. Hope this will help someone getting rid of the warning message.
(Reference: https://github.com/aksonov/react-native-router-flux/blob/master/docs/REDUX_FLUX.md)

PS. I have to put scenes declaration after Page and NavigatorMenu to make this work. Im not sure if this is expected or not. Any suggestion is welcome. Thanks.
2017-03-19 10:32:48 +08:00
Stanislav Miklik 5ecc3c71b9 add issue template 2017-03-14 10:02:25 +01:00
Stanislav Miklik d1a317b301 add Contributing clause to README 2017-03-13 17:45:46 +01:00
Stanislav Miklik 234ac4cc5a release 0.7.2 2017-02-23 13:06:55 +01:00
Martin Bielik 3a0eb9d31b added description to preview gif 2017-02-23 09:44:58 +01:00
Martin Bielik c60e003706 new preview animation 2017-02-22 17:02:52 +01:00
Martin Bielik 17733f4415 open/close animation easing 2017-02-22 16:40:41 +01:00
Martin Bielik 4f2dc3dbc4 fade in, fade out backdrop 2017-02-22 16:09:15 +01:00
Stanislav Miklik 97ce58a441 expand navigator example 2017-02-13 17:08:27 +01:00
Stanislav Miklik 7290e1950d make clearer that context should be on the top 2017-02-10 19:43:53 +01:00
Stanislav Miklik 08c9ccd619 release 0.7.1 2017-01-22 00:32:51 +01:00
Stanislav Miklik 97b25499e3 fix styling example for IOS 2017-01-22 00:31:16 +01:00
Stanislav Miklik d1de69a0d2 fix typo in examples 2017-01-22 00:19:17 +01:00
Martin Bielik 39c28eeb38 fixed docu styles 2017-01-19 11:57:46 +01:00
Martin Bielik 54f164b613 open/close methods added to Menu 2017-01-19 11:56:39 +01:00
Martin Bielik c7495847b6 added named Menu import 2017-01-19 11:35:27 +01:00
Martin Bielik ed87aea9c6 trigger outer container styles 2017-01-19 11:34:18 +01:00
Stanislav Miklik 2341e0ecd4 release 0.7.0 2017-01-11 13:58:08 +01:00
Stanislav Miklik 9c0b440c8a update touchable example to cover more cases 2017-01-11 13:44:54 +01:00
Stanislav Miklik 089f4f4cf8 Revert "reduced views in trigger"
the problem is that we can't measure certain "touchables" e.g. Button
2017-01-11 13:28:31 +01:00
Stanislav Miklik 3a3b66010d update animation times to align with material design guidelines 2017-01-10 14:39:33 +01:00
Stanislav Miklik 90aa192879 Merge branch 'closing-animation' 2017-01-10 14:29:06 +01:00
Stanislav Miklik f114d77fe8 fix possible NPE 2017-01-10 14:27:45 +01:00
Martin Bielik 6030bc564d toggle menu refactoring, fixed tests 2017-01-09 15:48:04 +01:00
Martin Bielik 84e33c929f reduced views in trigger - tests 2017-01-09 14:51:02 +01:00
Martin Bielik 0ecbfdd9a7 reduced views in trigger 2017-01-09 14:43:02 +01:00
Martin Bielik 21588a01fd renderer close error handling 2017-01-09 10:43:26 +01:00
Martin Bielik 2f1e5932c5 documented close renderer method 2017-01-09 10:37:02 +01:00
Martin Bielik a75758b4f0 fixed renderer close binding 2017-01-09 10:20:16 +01:00
Martin Bielik 6284a3502e closing animation in renderers 2017-01-05 17:52:10 +01:00
Martin Bielik cc2cfb7c75 fixed tests compatibility for older nodejs 2017-01-05 15:09:28 +01:00
Martin Bielik 846cbe32bc docu refinement - menu option styling 2017-01-05 14:50:16 +01:00