Guy Carmeli
a468ce6d55
Hide app name in ToolBar if no title is provided
8 anni fa
Guy Carmeli
739de49dc9
1.0.10
8 anni fa
Guy Carmeli
ecb6588f62
Fix no buttons bug for first screen
Due to race condition between SetupToolbarButtonsTask and
onCreateOptionsMenu buttons did not get set for first pushed screen.
In order to set buttons we need a ref to Menu which is set in
onCreateOptionsMenu. Sometimes onCreateOptionsMenu got called after
onCreate of our activity where we setup the toolbar.
8 anni fa
Yedidya Kennard
eb2af575f6
1.0.9
8 anni fa
Yedidya Kennard
cf4a284ab9
Fixed issues in Android
Toolbar buttons not updating
Pushes into BottomTabActivity not always working
Modal not closing properly when back pressed
8 anni fa
Yedidya Kennard
520ced71a9
1.0.8
8 anni fa
Yedidya Kennard
cebe76cef8
1.0.7
8 anni fa
Yedidya Kennard
d65a0d4073
Fixed some issues with pushing in tabs
8 anni fa
Yedidya Kennard
0495685337
Merge branch 'master' of https://github.com/wix/react-native-navigation
# Conflicts:
# package.json
8 anni fa
Ran Greenberg
ea0371c4ae
version bump 1.0.7
8 anni fa
Ran Greenberg
72f7670fb4
version bump 1.0.6
8 anni fa
Ran Greenberg
c84a0cbfe8
bugfix: add support for drawer animation types
8 anni fa
Guy Carmeli
923dd6eddf
Misc ToolBar fixes
Minor refactor after merging #52 .
8 anni fa
Guy Carmeli
75114aa2a8
Merge pull request #52 from MattDavies/master
Add support for hiding the Toolbar on Android
8 anni fa
Matt Davies
337b1b9d25
Add support for hiding the Toolbar on Android
8 anni fa
Yedidya Kennard
2c69192a0a
1.0.6
8 anni fa
Yedidya Kennard
468ef96ae9
Merge branch 'master' of https://github.com/wix/react-native-navigation
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
8 anni fa
Yedidya Kennard
14428e0652
Added example for setting buttons
8 anni fa
Yedidya Kennard
f7191db17b
Added setButtons to navigator fixed bug where old buttons wouldn't be cleared
8 anni fa
Yedidya Kennard
1d3f85dafd
1.0.5
8 anni fa
Yedidya Kennard
d9acbedae5
Fixed passing props when starting app in Android to match the iOS method
8 anni fa
Guy Carmeli
753406a028
Merge pull request #45 from wix/androidBottomTabs
Add support for bottom tabs in Android
8 anni fa
Guy Carmeli
6412a29029
Minor code style fixes.
Removed propTypes from example-redux screens
8 anni fa
Yedidya Kennard
279a9b4a57
Add support for bottom tabs in Android
Adds BottomTabActivity which replaces TabActivity
Adds a dependency on `com.aurelhubert:ahbottomnavigation:1.2.3`
Uses iOS tabsStyle, with additional parameter that allows toggling of whether to show the titles of inactive tabs
8 anni fa
Guy Carmeli
a307b98b2b
1.0.4
8 anni fa
Guy Carmeli
7dfbf3d169
Clear RctManager when ReactInstanceManager is destroyed
8 anni fa
Rotem M
0e6609fa37
version bump
8 anni fa
Rotem M
4124178295
Added npmignore and gitignore exclusions
8 anni fa
Ran
4e4de184e3
Update README.md
8 anni fa
Yedidya Kennard
f166927ed6
Merge pull request #41 from wix/passProps
Add support for passing props to a screen in Android
8 anni fa
Yedidya Kennard
3693807ac5
Corrected styling
8 anni fa
Yedidya Kennard
c800aa92cd
Corrected styling
8 anni fa
Artal Druk
7ecf2a1547
Update README.md
8 anni fa
Artal Druk
93160eeb31
Update README.md
8 anni fa
Yedidya Kennard
03464c26c1
Merge branch 'passProps' of https://github.com/wix/react-native-navigation into passProps
8 anni fa
Yedidya Kennard
11b1a1a87f
Adds changes to example-redux showcasing passing props functionality
8 anni fa
Yedidya Kennard
47b77f07b5
Adds support for passing props in Android
Anything passed in a navigator event in a 'passProps' object will be serialized into the Java side Screen object as a HashMap<String, Object>. When RctView starts the React root the props are deserialized into the Bundle passed as props, along with the navigation info. Due to React and Java limitations, JS arrays of arrays are deserialized as dictionaries by index, and arrays of multiple types are not supported.
8 anni fa
Yedidya Kennard
7aa55b8d8b
passing props works except for arrays
8 anni fa
Guy Carmeli
062c5b1ae7
1.0.2
8 anni fa
Guy Carmeli
fa3d50d94f
Add missing files
8 anni fa
Guy Carmeli
685f194bfd
1.0.1
8 anni fa
Guy Carmeli
f8f91da53d
Add support for react-native v0.25.1
8 anni fa
Artal Druk
6e97c456bd
updated readme
8 anni fa
Artal Druk
c67d3f9c6a
update js in example-redux to support the RN 25.1 upgrade
8 anni fa
Artal Druk
237abdbfb4
upgrade to RN 25.1 JS changes
8 anni fa
Guy Carmeli
a8649d70ca
getting there
8 anni fa
Guy Carmeli
8863dd0984
Upgrade react-native version to v0.25.1
8 anni fa
Guy Carmeli
f199af27d7
Add react dependency to example-redux
8 anni fa
Guy Carmeli
b0b12005b4
Use git branches in package.json
8 anni fa
Guy Carmeli
ea8a7c1945
Upgrade react-native to v0.26
8 anni fa