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 години
Guy Carmeli
625c3420a2
fixed code styling and removed unused files
преди 8 години
Yedidya Kennard
e22feae634
always calls unmount on pop now
преди 8 години
Guy Carmeli
882e3f0dbc
Experimental change to StackView. Prevent screens from getting unmounted when removing them from screen
преди 8 години
Yedidya Kennard
d3646eb434
Merge branch 'Android_implementation' of https://github.com/wix/react-native-navigation into Android_implementation
преди 8 години
Yedidya Kennard
04efb4d103
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
преди 8 години
Yedidya Kennard
e64986a608
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
преди 8 години
Guy Carmeli
55ce8422e7
commit after rebase
преди 8 години
Yedidya Kennard
1302152190
Added back, getNavigatorID
преди 8 години
Yedidya Kennard
46131c35eb
improvement to pop
преди 8 години
Yedidya Kennard
2bcc122807
Added pop
преди 8 години
Yedidya Kennard
67952ccde8
Started implementation of ScreenStack
преди 8 години
Guy Carmeli
9443f231e4
Don't register App in AppRegistry.
преди 8 години
Guy Carmeli
e2bdad9c36
subscribe to store only once in App.js
преди 8 години
Guy Carmeli
02e89d947c
logs for debugging double activity bug
преди 8 години
Guy Carmeli
dfa881134a
add actual navigatorID to screens
преди 8 години
Guy Carmeli
0dbd7c48f9
Change toolbar buttons when selected tab changes
преди 8 години
talkol
04f2925fd4
update controllers, memory leak fixed!
преди 8 години
Guy Carmeli
41db854e89
added missing files to redux example
преди 8 години
talkol
dc12ee84b9
release 0.1.9
преди 8 години
talkol
b61d8681e1
update react-native-controllers
преди 8 години
talkol
a61d69d5fe
allow to disable the side menu swipe gesture
преди 8 години
talkol
df57a4989c
add support for caller definition of navigatorButtons
преди 8 години
Guy Carmeli
ebbd40aee1
add missing files
преди 8 години
talkol
49f9bbfaca
hotfix 0.1.8
преди 8 години
talkol
d34ca91dad
reverted old code by accident
преди 8 години
Guy Carmeli
532f008f44
Initial commit for Toolbar items
преди 8 години
Tal Kol
4cd6f4fc95
Update README.md
преди 8 години
Tal Kol
f09f93a9b5
Update README.md
преди 8 години
Tal Kol
f559b0672d
Update README.md
преди 8 години
talkol
86e130f41c
release 0.1.7
преди 8 години
Tal Kol
3d174af7ed
Update README.md
преди 8 години
talkol
5a355c3cfc
update react-native-controllers
преди 8 години
talkol
19a11b054b
added support for closeAllModals
преди 8 години
Guy Carmeli
425f865112
Deprecated layout managers
преди 8 години
Guy Carmeli
a2204761d9
Added TabSelected event
преди 8 години
Guy Carmeli
575d1588fd
Added missing RctActivity module
преди 8 години
Guy Carmeli
362b74fad8
Initial implementation for Navigator.push
Navigator.push allows us to open a new screen. Currently it starts a new Activity with the screen
as it’s root view, but this is only a temporary behaviour. The intended behaviour is similar to
View Controllers on iOS which allows you to manage view hierarchies or a stack of fragments
managed by FragmentManager on Android.
преди 8 години
Guy Carmeli
e7f24f174b
Initial commit for PlatformSpecific.android.js
This class handles all Android specific logic. Currently only startTabBasedApp is implemented,
but in the future all interactions with the UI will go here.
преди 8 години
Guy Carmeli
af2ea9207e
Initial commit for Android implementation
The approach we took is fairly simple. Navigation is created natively in corresponding activity,
currently only TabActivity is supported, and we pass the styling parameters and screenId to it.
Each screen is rendered in its own ReactRootView and is wired to the same ReactInstanceManager,
so all screens share the same java script context.
преди 8 години
talkol
b18ec708ad
release 0.1.6
преди 8 години
talkol
abb171a7e6
support passProps in startTabBasedApp and startSingleScreenApp
преди 8 години
talkol
713ca27da5
support transition animations on root changes
преди 8 години