Ran
4e4de184e3
Update README.md
преди 8 години
Yedidya Kennard
f166927ed6
Merge pull request #41 from wix/passProps
Add support for passing props to a screen in Android
преди 8 години
Yedidya Kennard
3693807ac5
Corrected styling
преди 8 години
Yedidya Kennard
c800aa92cd
Corrected styling
преди 8 години
Artal Druk
7ecf2a1547
Update README.md
преди 8 години
Artal Druk
93160eeb31
Update README.md
преди 8 години
Yedidya Kennard
03464c26c1
Merge branch 'passProps' of https://github.com/wix/react-native-navigation into passProps
преди 8 години
Yedidya Kennard
11b1a1a87f
Adds changes to example-redux showcasing passing props functionality
преди 8 години
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 години
Yedidya Kennard
7aa55b8d8b
passing props works except for arrays
преди 8 години
Guy Carmeli
062c5b1ae7
1.0.2
преди 8 години
Guy Carmeli
fa3d50d94f
Add missing files
преди 8 години
Guy Carmeli
685f194bfd
1.0.1
преди 8 години
Guy Carmeli
f8f91da53d
Add support for react-native v0.25.1
преди 8 години
Artal Druk
6e97c456bd
updated readme
преди 8 години
Artal Druk
c67d3f9c6a
update js in example-redux to support the RN 25.1 upgrade
преди 8 години
Artal Druk
237abdbfb4
upgrade to RN 25.1 JS changes
преди 8 години
Guy Carmeli
a8649d70ca
getting there
преди 8 години
Guy Carmeli
8863dd0984
Upgrade react-native version to v0.25.1
преди 8 години
Guy Carmeli
f199af27d7
Add react dependency to example-redux
преди 8 години
Guy Carmeli
b0b12005b4
Use git branches in package.json
преди 8 години
Guy Carmeli
ea8a7c1945
Upgrade react-native to v0.26
преди 8 години
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.
преди 8 години
Ran Greenberg
1ded00aef4
update readme
преди 8 години
Ran Greenberg
271c243e8c
version bump 0.2.5
преди 8 години
Ran Greenberg
68bdaaab7a
export NavigationToolBarIOS
преди 8 години
Ran Greenberg
18e2480d63
version bump 0.2.4
преди 8 години
Ran Greenberg
72ed8d359c
version bump 0.2.3
преди 8 години
Ran Greenberg
7edfcb941d
add toggle tab bar navigation visibility
преди 8 години
Guy Carmeli
53017b78c6
Merge branch 'modal'
преди 8 години
Guy Carmeli
829c327d0f
Implement dismissAllModals
преди 8 години
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.
преди 8 години
Guy Carmeli
c68ac978e8
Add Modal implementation
преди 8 години
Ran
6c4864200f
Update README.md
преди 8 години
Guy Carmeli
95d29dcf6f
Merge branch 'navigation_style'
преди 8 години
Guy Carmeli
df4750a361
Display correct tab title in ToolBar
преди 8 години
Artal Druk
4ee4244a58
pass titleImage on the declarative version of the "start app" convenient methods
преди 8 години
Artal Druk
576d336f69
version bump + update to latest controllers version
преди 8 години
Artal Druk
640773c374
Support titleImage
преди 8 години
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
преди 8 години
Guy Carmeli
b13f32515b
0.2.0
преди 8 години
Guy Carmeli
a9dad4e48a
remove console logs
преди 8 години
Guy Carmeli
4bf63425a8
Merge branch 'Android_implementation'
преди 8 години
Guy Carmeli
39548c57e6
Don't keep activities in history stack + enable resources in release mode
From now on, calling start*Application will clear the activity stack and the new activity as
the root of an empty stack. This means we don't support "Modal" or opening screens in new activity.
Enabled resources (Toolbar icons) in release mode.
преди 8 години
Guy Carmeli
3d738fae8a
removed unused life cycle related field from BaseReactActivity
преди 8 години
Guy Carmeli
1d42d3ff20
Send toolbar button click events
преди 8 години
Guy Carmeli
a8710e7089
Initial back button implementation
преди 8 години
Guy Carmeli
ae2430a052
fixed broken command react-native run-android
преди 8 години
Guy Carmeli
669682b5ba
Stop using dummy component to trigger JS execution + RootActivity clean up
преди 8 години
Guy Carmeli
760292b742
Fixed ReactInstanceManager not getting destroyed when app moves to background
This bug caused app to start in white screen after it was relaunched since index file had already
run once.
преди 8 години