Guy Carmeli
c68ac978e8
Add Modal implementation
před 8 roky
Guy Carmeli
95d29dcf6f
Merge branch 'navigation_style'
před 8 roky
Guy Carmeli
df4750a361
Display correct tab title in ToolBar
před 8 roky
Artal Druk
4ee4244a58
pass titleImage on the declarative version of the "start app" convenient methods
před 8 roky
Artal Druk
576d336f69
version bump + update to latest controllers version
před 8 roky
Artal Druk
640773c374
Support titleImage
před 8 roky
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
před 8 roky
Guy Carmeli
b13f32515b
0.2.0
před 8 roky
Guy Carmeli
a9dad4e48a
remove console logs
před 8 roky
Guy Carmeli
4bf63425a8
Merge branch 'Android_implementation'
před 8 roky
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.
před 8 roky
Guy Carmeli
3d738fae8a
removed unused life cycle related field from BaseReactActivity
před 8 roky
Guy Carmeli
1d42d3ff20
Send toolbar button click events
před 8 roky
Guy Carmeli
a8710e7089
Initial back button implementation
před 8 roky
Guy Carmeli
ae2430a052
fixed broken command react-native run-android
před 8 roky
Guy Carmeli
669682b5ba
Stop using dummy component to trigger JS execution + RootActivity clean up
před 8 roky
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.
před 8 roky
Guy Carmeli
625c3420a2
fixed code styling and removed unused files
před 8 roky
Yedidya Kennard
e22feae634
always calls unmount on pop now
před 8 roky
Guy Carmeli
882e3f0dbc
Experimental change to StackView. Prevent screens from getting unmounted when removing them from screen
před 8 roky
Yedidya Kennard
d3646eb434
Merge branch 'Android_implementation' of https://github.com/wix/react-native-navigation into Android_implementation
před 8 roky
Yedidya Kennard
04efb4d103
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
před 8 roky
Yedidya Kennard
e64986a608
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
před 8 roky
Guy Carmeli
55ce8422e7
commit after rebase
před 8 roky
Yedidya Kennard
1302152190
Added back, getNavigatorID
před 8 roky
Yedidya Kennard
46131c35eb
improvement to pop
před 8 roky
Yedidya Kennard
2bcc122807
Added pop
před 8 roky
Yedidya Kennard
67952ccde8
Started implementation of ScreenStack
před 8 roky
Guy Carmeli
9443f231e4
Don't register App in AppRegistry.
před 8 roky
Guy Carmeli
e2bdad9c36
subscribe to store only once in App.js
před 8 roky
Guy Carmeli
02e89d947c
logs for debugging double activity bug
před 8 roky
Guy Carmeli
dfa881134a
add actual navigatorID to screens
před 8 roky
Guy Carmeli
0dbd7c48f9
Change toolbar buttons when selected tab changes
před 8 roky
talkol
04f2925fd4
update controllers, memory leak fixed!
před 8 roky
Guy Carmeli
41db854e89
added missing files to redux example
před 8 roky
talkol
dc12ee84b9
release 0.1.9
před 8 roky
talkol
b61d8681e1
update react-native-controllers
před 8 roky
talkol
a61d69d5fe
allow to disable the side menu swipe gesture
před 8 roky
talkol
df57a4989c
add support for caller definition of navigatorButtons
před 8 roky
Guy Carmeli
ebbd40aee1
add missing files
před 8 roky
talkol
49f9bbfaca
hotfix 0.1.8
před 8 roky
talkol
d34ca91dad
reverted old code by accident
před 8 roky
Guy Carmeli
532f008f44
Initial commit for Toolbar items
před 8 roky
Tal Kol
4cd6f4fc95
Update README.md
před 8 roky
Tal Kol
f09f93a9b5
Update README.md
před 8 roky
Tal Kol
f559b0672d
Update README.md
před 8 roky
talkol
86e130f41c
release 0.1.7
před 8 roky
Tal Kol
3d174af7ed
Update README.md
před 8 roky
talkol
5a355c3cfc
update react-native-controllers
před 8 roky
talkol
19a11b054b
added support for closeAllModals
před 8 roky