Ran Greenberg
64bae885b1
WOW! no recursion on app layout creation - iterative baby!
пре 8 година
Ran Greenberg
4deb902fc5
lint
пре 8 година
Ran Greenberg
2dc32df48d
added skeleton support
пре 8 година
Daniel Zlotin
a8f369ab48
wallaby works again
пре 8 година
Ran Greenberg
83fb6efc1f
added RNNViewController some functionality
пре 8 година
Daniel Zlotin
d9b784e987
Merge branch 'master' into v2
пре 8 година
Daniel Zlotin
f62a3aee9e
renamed to screens
пре 8 година
Guy Carmeli
cc199a50a9
Less intrusive collapse (#590 )
* Less intrusive collapsing implementation
In order for a screen to implement collapsingTopBar, it had to define
a specific set of style properties such as drawUnderTabBar or
drawUnderNavBar. This commit aims to make implementing collapsingTopBar
less intrusive by inferring these properties from hideTitleBarOnScroll.
This commit introduces a few fixes and changes related to
the collapsingTopBar mechanism.
1. Screens are now drawn under bottomTabs if titleBarHideOnScroll
is true.
2. TitleBarHideOnScroll can be passed in AppStyle.
3. ScrollView is detected properly after it gets detached due to large
diff in render.
4. Take BottomTabs height into account when measuring collapsing
screens.
пре 8 година
Daniel Zlotin
c457c68c68
update wallaby
пре 8 година
Ran Greenberg
3a89b66796
preparing to the big refactor
пре 8 година
Daniel Zlotin
9961f2e971
valid-commands
пре 8 година
Daniel Zlotin
a1be178a22
merged
пре 8 година
Daniel Zlotin
c975a66238
2.0.0-experimental.157
пре 8 година
Daniel Zlotin
fa1d870fc0
merged from master
пре 8 година
Guy Carmeli
69f809d6f9
set result.topBarElevationShadowEnabled true in AppStyle (#583 )
пре 8 година
Alexey Prokhorov
8d22b53df6
Pass the style parameter to DrawerControllerIOS (#578 )
Now the style parameter is used inside RCCDrawerController but it's not passed through startTabBasedApp/startSingleScreenApp. Passing the style parameter allows to disable sidebar shadow trough style.drawerShadow.
пре 8 година
Daniel Zlotin
cff828b220
2.0.0-experimental.156
пре 8 година
Guy Carmeli
5721f7ba17
Add topBarElevationShadowEnabled style property (#579 )
related to #557 #474 #125
пре 8 година
Daniel Zlotin
96df3e60bc
fixed example
пре 8 година
Daniel Zlotin
d1cfb83799
2.0.0-experimental.155
пре 8 година
Alexey Prokhorov
c155300f92
Bug: right drawer on Android isn't shown (#569 )
https://github.com/wix/react-native-navigation/issues/297
пре 8 година
b_d
a71acf5fb1
Added subtitle option to screenParams (#567 )
пре 8 година
Daniel Zlotin
5d4cd40237
merged
пре 8 година
Daniel Zlotin
5b2fd08810
2.0.0-experimental.154
пре 8 година
Guy Carmeli
91a47ace68
Fix crash when right SideMenu is undefined (#559 )
пре 8 година
Daniel Zlotin
41d085aed0
jest works without babelrc
пре 8 година
Daniel Zlotin
16b2d6a482
Merge branch 'master' into v2
пре 8 година
Daniel Zlotin
74616f1e23
fixed jest
пре 8 година
Daniel Zlotin
229a039ea3
fixed jest
пре 8 година
Daniel Zlotin
252abb1364
merged
пре 8 година
Daniel Zlotin
f43087c709
2.0.0-experimental.153
пре 8 година
Daniel Zlotin
f74d81f6d8
jesting
пре 8 година
Guy Carmeli
9d0b8199f0
Collapse content on fling (#554 )
пре 8 година
Daniel Zlotin
337066699b
Merge branch 'master' into v2
пре 8 година
Guy Carmeli
696fe67833
TitleBar hide on scroll (#552 )
Fix TitleBar hide on scroll when screen is drawn under TopBar
пре 8 година
Guy Carmeli
c40dcfe523
Reduce collapsing TopBar sensitivity (#551 )
Take scaledTouchSlop into account when calculating CollapseAmount to
prevent the TopBar from translating after every touch event, even
when the users intent was not to scroll in Y direction.
пре 8 година
b_d
bc5f53115e
Added missing setStyle to SideMenu (#550 )
пре 8 година
b_d
5e1708beb7
Menu set style fix (#549 )
* Fix drawer param conversion method
* Added side identifier
* Updated setStyle
* Removed presumptive eval
* Removed debug import
* Removed unneeded flag
пре 8 година
Daniel Zlotin
821b798902
merged from master
пре 8 година
Daniel Zlotin
da1302411e
Revert "Revert "adding detox" (#548 )"
This reverts commit c5a5382c0f .
пре 8 година
Daniel Zlotin
f79b26d8e9
specificly test src folder with jest
пре 8 година
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
пре 8 година
Guy Carmeli
c5a5382c0f
Revert "adding detox" (#548 )
This reverts commit 5e2a4d0878 .
пре 8 година
Daniel Zlotin
5e2a4d0878
adding detox
пре 8 година
Daniel Zlotin
f9c00799df
change scheme name to ReactNativeNavigation
пре 8 година
b_d
9e058dcf23
Landscape only (#533 )
* Landscape only option
* Fixed typo
* Removed old startApp
* Spacing
пре 8 година
Daniel Zlotin
d1fa0fd373
Merge branch 'master' into v2
пре 8 година
Daniel Zlotin
6b98cea697
fixing example install script
пре 8 година
Guy Carmeli
f75fb8d3a1
Measure SideMenu width according to react root view (#544 )
пре 8 година
Daniel Zlotin
1323e68e34
merged
пре 8 година