DanielZlotin
b6b66519df
Update ISSUE_TEMPLATE
před 8 roky
DanielZlotin
1f245e6683
Create ISSUE_TEMPLATE
před 8 roky
Ran Greenberg
dbe5a1eb07
2.0.0-experimental.100
před 8 roky
Ran
f98eef7696
Merge pull request #290 from edvinasbartkus/controllerID
Generate controllerID before using it in tabs.map
před 8 roky
Edvinas Bartkus
f7f8c62987
Generate controllerID before using it in tabs.map
před 8 roky
Daniel Zlotin
38f849af47
example-redux works on iOS but dear god this code is ugly
před 8 roky
Daniel Zlotin
747ad3db55
2.0.0-experimental.99
před 8 roky
Daniel Zlotin
fe47748bc7
2.0.0-experimental.98
před 8 roky
Daniel Zlotin
18b1e8f59b
copy controllers code to here - a start of something beautiful
před 8 roky
Daniel Zlotin
55696c5d1d
update example to RN31
před 8 roky
Daniel Zlotin
60cca6908b
Merge branch 'master' of https://github.com/wix/react-native-navigation
před 8 roky
Daniel Zlotin
51624f7998
test env and eventbus fixes
před 8 roky
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
před 8 roky
Guy Carmeli
12684b5418
Change topTabParams to PageParams
TopTabParams are a subset of ScreenParams, moved the properties that
are shared by both classes to BaseScreenParams.
This change was needed to report screen changes properly in ViewPagerScreen
před 8 roky
Ran
4441292598
Update README.md
před 8 roky
Guy Carmeli
c5872aa6a5
2.0.0-experimental.97
před 8 roky
Daniel Zlotin
d431dc24db
renamed to clear intentions
před 8 roky
DanielZlotin
2fd52b27f3
Merge pull request #288 from wix/remove_react_hacks
Remove react hacks
před 8 roky
Guy Carmeli
1865df194f
Update example
před 8 roky
Guy Carmeli
8324657f77
Remove react hacks
This commit removes necessary hacks which were introduced due to
limitations of previous React Native apis.
Mount/unmount logic isn't coupled to view attached/detached
to window callbacks. Instead, `unmountReactApplication` was added.
We can safely call it when a screen is popped and when application is
reloaded in debug.
před 8 roky
Guy Carmeli
f7250b2753
Various fab fixes
* Don't show fab of a screen that's pushed to a none active tab
* Change fab when navigating back in the stack with back button
* Add screens before SnackbarAndFabContainer
před 8 roky
Guy Carmeli
053fbf5aa9
Check if fab icon was resolved when creating fab
před 8 roky
DanielZlotin
736786f62b
Merge pull request #283 from wix/subtitle_support
add subtitle support to navigation bar
před 8 roky
Ran Greenberg
f466eaf764
bugfix - pass subtitle instead of title to subtitle param
před 8 roky
Ran Greenberg
a425e9077a
add subtitle support to navigation bar
před 8 roky
Guy Carmeli
199435df32
2.0.0-experimental.96
před 8 roky
Guy Carmeli
78b877f91e
Set different ids for collapsed and expended fabs
před 8 roky
Guy Carmeli
88e28a1660
2.0.0-experimental.95
před 8 roky
Guy Carmeli
4b756ce0b1
Send fab press events and collapse fab on action click
před 8 roky
Guy Carmeli
6d38148359
Save the world
před 8 roky
Guy Carmeli
285038b270
2.0.0-experimental.94
před 8 roky
Guy Carmeli
6a5c53b359
Add fab to example project
před 8 roky
Guy Carmeli
e6ab1b9384
Show fab in ViewPager first screen
před 8 roky
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
před 8 roky
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
před 8 roky
Guy Carmeli
d25ab7ce19
Assasinate LocalBroadcastReceiver in favor of a simple EventBus implementation
This is needed since some of the data we need to send in the events
can not be serialised and added to a Bundle.
před 8 roky
Guy Carmeli
9e3715e523
Fix Snackbar not dismissing bug
When Snackbar was displayed while another Snackbar was displayed,
the last ref to the current Snackbar was removed and it didn't get removed
when onScreenChange was called.
před 8 roky
Guy Carmeli
0b4f632c22
Style fab and actions
před 8 roky
Guy Carmeli
80b1416cd5
Getting there
* Animate actions
* Animate fab and actions with Snackbar
před 8 roky
Guy Carmeli
c40dbecdc6
f
před 8 roky
Guy Carmeli
cf34e02c2d
Add fabs to FloatingActionButtonCoordinator
před 8 roky
Guy Carmeli
91d1bac43c
Initial commit
před 8 roky
Daniel Zlotin
977202a28e
2.0.0-experimental.93
před 8 roky
Daniel Zlotin
388aa295b0
2.0.0-experimental.92
před 8 roky
Daniel Zlotin
69bedf8cbd
adapt old iOS api - temporarily
před 8 roky
Artal Druk
88e8c90955
fixed passProps for iOS when starting app (tabs or single screen)
před 8 roky
Daniel Zlotin
1a0731e0cb
2.0.0-experimental.91
před 8 roky
DanielZlotin
b018fe0a8d
Merge pull request #277 from DanielZlotin/master
Update react-native to 0.31.0
před 8 roky
Guy Carmeli
e2b38d4b40
Set navBarTextSubtitleColor in example project
před 8 roky
Guy Carmeli
e610223e1c
Support navBarTextSubtitleColor on Android
před 8 roky