Commit Graph

74 Commits

Author SHA1 Message Date
sodik a2a4f59f81 export ctx + update doc 2018-04-27 19:31:44 +02:00
Stanislav Miklik 9bab7063cc fix forwarding default props
keep external setDefaultRenderer etc.
2018-04-19 16:27:37 +02:00
Stanislav Miklik c5617c2e6e workaround around controlled example problem 2018-04-14 11:04:34 +02:00
Stanislav Miklik fd47547481 remove OriginalEample due to React.createClass 2018-04-13 09:12:13 +02:00
sodik 998435a5da upgrade example project to RN 0.55 2018-04-11 22:04:30 +02:00
Stanislav Miklik de2f616450 rlt test on ios 2017-12-21 15:07:36 +01:00
Martin Bielik 25a8916778 context menu and popover to support rtl layout 2017-12-20 16:06:24 +01:00
Martin Bielik dd4b65751b Menu provider (#64)
* MenuProvider, deprecated MenuContext

* menuProviderWrapper, deprecated menuContextWrapper custom style

* doc wording
2017-12-19 11:08:34 +01:00
Martin Bielik 1e08e80d83 placement, preferredPlacement, popover refactoring 2017-12-11 11:40:05 +01:00
Martin Bielik 89c2d6c3bd renderer props, anchor style popover option
updated documentaiton

breaking change: flex 1 removed from MenuOption
2017-12-08 15:57:59 +01:00
Martin Bielik e2254bbe33 updated demo gif, bigger fonts in demo examples 2017-12-08 11:26:28 +01:00
Martin Bielik 301198f1e6 popover renderer 2017-12-07 16:46:38 +01:00
Martin Bielik aa0dc87bc0 deprecating renderOptionsContainer 2017-12-04 14:55:37 +01:00
Martin Bielik a7956fbfbc FlatList example 2017-12-04 14:12:35 +01:00
sodik 72cd2a30f5 update examples/docu regarding disableTouchable 2017-10-31 23:05:24 +01:00
sodik 9cd41dd4de fix linting 2017-10-31 22:52:31 +01:00
Stanislav Miklik cd3a6b3ca8 small improvements
+ revert back ModalExample as "case of unmounting menu" is covered by AdvancedExample
2017-09-13 17:12:42 +02:00
Stanislav Miklik 8a676fc7e0 handle cases where menu context will be unmounted while menu is closing
+ test for unmounting menu during closing
2017-09-13 16:39:38 +02:00
Stanislav Miklik c2a727fd3a fix styling example - don't change render during closing animation
"whole demo" rerender caused to use different renderer during closing animation -> short glitch
2017-09-13 16:25:23 +02:00
Stanislav Miklik 7f1c0597e5 attempt for issue #42 - avoid menu context rerenders 2017-09-11 17:31:11 +02:00
Stanislav Miklik 1b84faf64c small tweak to backhandler functionality 2017-09-07 10:50:47 +02:00
Stanislav Miklik 02d55275c2 upgrade native projects to newer RN 2017-09-07 10:42:40 +02:00
Juraj Matuš 8a78fbe7fb Issue #36: backHandler property support 2017-09-06 16:15:59 +02:00
Juraj Matuš 921f2527c5 React native configuration changes 2017-09-06 11:42:02 +02:00
Stanislav Miklik 01f0c9272f update documentation with compatibility table
+ fix dependencies in example
2017-07-13 10:00:58 +02:00
sodik b721fcf39f Basic test example 2017-06-06 23:35:28 +02:00
sodik 485cf81e07 upgrade example to RN 0.42 2017-06-06 23:10:31 +02:00
Stanislav Miklik 3aa96019c2 Add Icon extension example 2017-05-23 23:05:52 +02:00
Martin Bielik 00e599e1e1 eslint issues after lib upgrade 2017-05-12 14:53:55 +02: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 97ce58a441 expand navigator example 2017-02-13 17:08:27 +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 54f164b613 open/close methods added to Menu 2017-01-19 11:56:39 +01:00
Martin Bielik ed87aea9c6 trigger outer container styles 2017-01-19 11:34:18 +01:00
Stanislav Miklik 9c0b440c8a update touchable example to cover more cases 2017-01-11 13:44:54 +01:00
sodik a982673ac5 issue #18: improved number of renders for menu opening
commit 07357f542f
Author: Stanislav Miklik <stanislav.miklik@gmail.com>
Date:   Mon Dec 5 14:15:04 2016 +0100

    fix: 3rd render seems to be needed

    since actual renderer can (and is) different from "naked" options (e.g. fixed width etc)

commit b3391efa2b
Author: Stanislav Miklik <stanislav.miklik@gmail.com>
Date:   Mon Dec 5 13:19:42 2016 +0100

    add signing info for example app

commit 829c807bba
Author: Stanislav Miklik <stanislav.miklik@gmail.com>
Date:   Sun Dec 4 16:35:54 2016 +0100

    issue #16: reduce number of re-renders
2016-12-08 21:38:31 +01:00
Martin Bielik f3a5f0488d configurable touchable components, resolved #16 2016-12-02 14:31:12 +01:00
Martin Bielik 2c5b52d077 fixed react version 2016-12-01 15:02:11 +01:00
Martin Bielik 97eaea2ff3 custom backdrop styles 2016-12-01 14:33:00 +01:00
Stanislav Miklik 5b95c681be updated documentation 2016-11-23 13:33:54 +01:00
Stanislav Miklik c8f4eba924 add react-native-router-flux example 2016-11-18 15:17:30 +01:00
Martin Bielik 595886725d fixes #12 2016-11-18 14:14:07 +01:00
Stanislav Miklik 2d85c461b6 take into consideration also ContextMenu offset
e.g. if someone use navigator on top of our context menu
2016-11-18 14:00:23 +01:00
Stanislav Miklik fa714047c6 update examples to RN 0.37 2016-11-12 11:30:28 +01:00
Stanislav Miklik a36d274d20 release v 0.5.6 2016-09-14 11:19:11 +02:00
Stanislav Miklik 81e2d669df fix IOS example project after RN upgrade 2016-07-22 11:43:22 +02:00
Martin Bielik 2ae2eac6e9 upgraded react, react-native 2016-07-21 16:11:44 +02:00
Stanislav Miklik df7dfbbb29 implement not animated context menu 2016-06-15 12:08:13 +02:00
Martin Bielik a92e4519e4 refined docu 2016-06-07 17:09:07 +02:00