Yedidya Kennard
1d3f85dafd
1.0.5
hace 8 años
Yedidya Kennard
d9acbedae5
Fixed passing props when starting app in Android to match the iOS method
hace 8 años
Guy Carmeli
753406a028
Merge pull request #45 from wix/androidBottomTabs
Add support for bottom tabs in Android
hace 8 años
Guy Carmeli
6412a29029
Minor code style fixes.
Removed propTypes from example-redux screens
hace 8 años
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
hace 8 años
Guy Carmeli
a307b98b2b
1.0.4
hace 8 años
Guy Carmeli
7dfbf3d169
Clear RctManager when ReactInstanceManager is destroyed
hace 8 años
Rotem M
0e6609fa37
version bump
hace 8 años
Rotem M
4124178295
Added npmignore and gitignore exclusions
hace 8 años
Ran
4e4de184e3
Update README.md
hace 8 años
Yedidya Kennard
f166927ed6
Merge pull request #41 from wix/passProps
Add support for passing props to a screen in Android
hace 8 años
Yedidya Kennard
3693807ac5
Corrected styling
hace 8 años
Yedidya Kennard
c800aa92cd
Corrected styling
hace 8 años
Artal Druk
7ecf2a1547
Update README.md
hace 8 años
Artal Druk
93160eeb31
Update README.md
hace 8 años
Yedidya Kennard
03464c26c1
Merge branch 'passProps' of https://github.com/wix/react-native-navigation into passProps
hace 8 años
Yedidya Kennard
11b1a1a87f
Adds changes to example-redux showcasing passing props functionality
hace 8 años
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.
hace 8 años
Yedidya Kennard
7aa55b8d8b
passing props works except for arrays
hace 8 años
Guy Carmeli
062c5b1ae7
1.0.2
hace 8 años
Guy Carmeli
fa3d50d94f
Add missing files
hace 8 años
Guy Carmeli
685f194bfd
1.0.1
hace 8 años
Guy Carmeli
f8f91da53d
Add support for react-native v0.25.1
hace 8 años
Artal Druk
6e97c456bd
updated readme
hace 8 años
Artal Druk
c67d3f9c6a
update js in example-redux to support the RN 25.1 upgrade
hace 8 años
Artal Druk
237abdbfb4
upgrade to RN 25.1 JS changes
hace 8 años
Guy Carmeli
a8649d70ca
getting there
hace 8 años
Guy Carmeli
8863dd0984
Upgrade react-native version to v0.25.1
hace 8 años
Guy Carmeli
f199af27d7
Add react dependency to example-redux
hace 8 años
Guy Carmeli
b0b12005b4
Use git branches in package.json
hace 8 años
Guy Carmeli
ea8a7c1945
Upgrade react-native to v0.26
hace 8 años
Guy Carmeli
bd35145c99
Add dismissModal method to Android
Also changed the structure used to store Modals
from a Map based on navigatorId to a stack.
Reason for the change is that screens can be
pushed only to the topmost Modal.
hace 8 años
Ran Greenberg
1ded00aef4
update readme
hace 8 años
Ran Greenberg
271c243e8c
version bump 0.2.5
hace 8 años
Ran Greenberg
68bdaaab7a
export NavigationToolBarIOS
hace 8 años
Ran Greenberg
18e2480d63
version bump 0.2.4
hace 8 años
Ran Greenberg
72ed8d359c
version bump 0.2.3
hace 8 años
Ran Greenberg
7edfcb941d
add toggle tab bar navigation visibility
hace 8 años
Guy Carmeli
53017b78c6
Merge branch 'modal'
hace 8 años
Guy Carmeli
829c327d0f
Implement dismissAllModals
hace 8 años
Guy Carmeli
972b5ae0df
Set Modal style from screen
This commit also fixes issue where style was not cleared when changing
tabs, and when pushing or popping screens.
hace 8 años
Guy Carmeli
c68ac978e8
Add Modal implementation
hace 8 años
Ran
6c4864200f
Update README.md
hace 8 años
Guy Carmeli
95d29dcf6f
Merge branch 'navigation_style'
hace 8 años
Guy Carmeli
df4750a361
Display correct tab title in ToolBar
hace 8 años
Artal Druk
4ee4244a58
pass titleImage on the declarative version of the "start app" convenient methods
hace 8 años
Artal Druk
576d336f69
version bump + update to latest controllers version
hace 8 años
Artal Druk
640773c374
Support titleImage
hace 8 años
Guy Carmeli
eda60276cf
Added styling options for navigation components
Navigation views such as ToolBar, StatusBar, NavigationBar can now be
customized through a static JSON defined in each screen component.
Styling options introduced in this commit:
- ToolBar color
- StatusBar color
- NavigationBar color
- Buttons tint color
- Title color
- Tab normal text color
- Tab Selected text color
- Selected tab inidicator color
hace 8 años
Guy Carmeli
b13f32515b
0.2.0
hace 8 años