Daniel Zlotin
527bb3a8d9
fixed BadWindowToken (react needs permission to run in dev mode)
8 years ago
DanielZlotin
cf5ddbb654
Update ISSUE_TEMPLATE
8 years ago
DanielZlotin
01d4af264e
Update README.md
8 years ago
Daniel Zlotin
1c212f8ad1
2.0.0-experimental.107
8 years ago
Daniel Zlotin
a4c91c1eed
gradle fixes
8 years ago
Daniel Zlotin
1719658cd6
update package.json
8 years ago
Daniel Zlotin
ab0926b375
setting up java unit tests
8 years ago
Daniel Zlotin
c36902fa5f
2.0.0-experimental.106
8 years ago
Daniel Zlotin
f955d938d4
rebased
8 years ago
Daniel Zlotin
8fe55fb1f3
exposed JS path params for ReactNativeHosts, refactored ReactGateway
8 years ago
Guy Carmeli
1e86283512
Merge pull request #303 from q6112345/master
Added missing $
8 years ago
InitialT
7e2d7cb9e9
Added missing $
My ignorance
8 years ago
DanielZlotin
9ac71771d2
Merge pull request #302 from q6112345/master
Fixed path of RN local Maven repo
8 years ago
InitialT
b21fa10d44
Fixed path of RN local Maven repo
Summary:
The old path only work for 'example-redux'
8 years ago
Guy Carmeli
3d06c580e0
2.0.0-experimental.105
8 years ago
Guy Carmeli
eab83dd092
Fix push screen from SideMenu
8 years ago
Guy Carmeli
316d4d8509
2.0.0-experimental.104
8 years ago
Guy Carmeli
04ad06ca11
Fix concurrent modification exception when switching root
8 years ago
Guy Carmeli
1b1fc3aed2
add commendted out code
8 years ago
Guy Carmeli
f407b80c65
2.0.0-experimental.103
8 years ago
Guy Carmeli
2ad0aecb82
Fix missing fab expended icon
8 years ago
Guy Carmeli
e997f22c66
Remove fab actions shadow on pre lollipop devices
This is a temporary solution to #292
8 years ago
Guy Carmeli
c5a7c2d543
2.0.0-experimental.102
8 years ago
Guy Carmeli
653b0716ff
Fixed crash when unregistering EventBus subsribers
closes #291
8 years ago
Guy Carmeli
cc8ba1547f
2.0.0-experimental.101
8 years ago
Guy Carmeli
49a1aed390
Support loading images from local storage
closes #276
8 years ago
DanielZlotin
1376c21c3e
Create CONTRIBUTING
8 years ago
DanielZlotin
b6b66519df
Update ISSUE_TEMPLATE
8 years ago
DanielZlotin
1f245e6683
Create ISSUE_TEMPLATE
8 years ago
Ran Greenberg
dbe5a1eb07
2.0.0-experimental.100
8 years ago
Ran
f98eef7696
Merge pull request #290 from edvinasbartkus/controllerID
Generate controllerID before using it in tabs.map
8 years ago
Edvinas Bartkus
f7f8c62987
Generate controllerID before using it in tabs.map
8 years ago
Daniel Zlotin
38f849af47
example-redux works on iOS but dear god this code is ugly
8 years ago
Daniel Zlotin
747ad3db55
2.0.0-experimental.99
8 years ago
Daniel Zlotin
fe47748bc7
2.0.0-experimental.98
8 years ago
Daniel Zlotin
18b1e8f59b
copy controllers code to here - a start of something beautiful
8 years ago
Daniel Zlotin
55696c5d1d
update example to RN31
8 years ago
Daniel Zlotin
60cca6908b
Merge branch 'master' of https://github.com/wix/react-native-navigation
8 years ago
Daniel Zlotin
51624f7998
test env and eventbus fixes
8 years ago
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
8 years ago
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
8 years ago
Ran
4441292598
Update README.md
8 years ago
Guy Carmeli
c5872aa6a5
2.0.0-experimental.97
8 years ago
Daniel Zlotin
d431dc24db
renamed to clear intentions
8 years ago
DanielZlotin
2fd52b27f3
Merge pull request #288 from wix/remove_react_hacks
Remove react hacks
8 years ago
Guy Carmeli
1865df194f
Update example
8 years ago
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.
8 years ago
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
8 years ago
Guy Carmeli
053fbf5aa9
Check if fab icon was resolved when creating fab
8 years ago
DanielZlotin
736786f62b
Merge pull request #283 from wix/subtitle_support
add subtitle support to navigation bar
8 years ago