Guy Carmeli
ae2430a052
fixed broken command react-native run-android
8 lat temu
Guy Carmeli
669682b5ba
Stop using dummy component to trigger JS execution + RootActivity clean up
8 lat temu
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 lat temu
Guy Carmeli
625c3420a2
fixed code styling and removed unused files
8 lat temu
Yedidya Kennard
e22feae634
always calls unmount on pop now
8 lat temu
Guy Carmeli
882e3f0dbc
Experimental change to StackView. Prevent screens from getting unmounted when removing them from screen
8 lat temu
Yedidya Kennard
d3646eb434
Merge branch 'Android_implementation' of https://github.com/wix/react-native-navigation into Android_implementation
8 lat temu
Yedidya Kennard
04efb4d103
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
8 lat temu
Yedidya Kennard
e64986a608
Feed back for empty stack, experimental fix for react state cleared when view pushed down the stack.
8 lat temu
Guy Carmeli
55ce8422e7
commit after rebase
8 lat temu
Yedidya Kennard
1302152190
Added back, getNavigatorID
8 lat temu
Yedidya Kennard
46131c35eb
improvement to pop
8 lat temu
Yedidya Kennard
2bcc122807
Added pop
8 lat temu
Yedidya Kennard
67952ccde8
Started implementation of ScreenStack
8 lat temu
Guy Carmeli
9443f231e4
Don't register App in AppRegistry.
8 lat temu
Guy Carmeli
e2bdad9c36
subscribe to store only once in App.js
8 lat temu
Guy Carmeli
02e89d947c
logs for debugging double activity bug
8 lat temu
Guy Carmeli
dfa881134a
add actual navigatorID to screens
8 lat temu
Guy Carmeli
0dbd7c48f9
Change toolbar buttons when selected tab changes
8 lat temu
Guy Carmeli
41db854e89
added missing files to redux example
8 lat temu
Guy Carmeli
ebbd40aee1
add missing files
8 lat temu
Guy Carmeli
532f008f44
Initial commit for Toolbar items
8 lat temu
Guy Carmeli
425f865112
Deprecated layout managers
8 lat temu
Guy Carmeli
a2204761d9
Added TabSelected event
8 lat temu
Guy Carmeli
575d1588fd
Added missing RctActivity module
8 lat temu
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 lat temu
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 lat temu
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 lat temu
talkol
b18ec708ad
release 0.1.6
8 lat temu
talkol
abb171a7e6
support passProps in startTabBasedApp and startSingleScreenApp
8 lat temu
talkol
713ca27da5
support transition animations on root changes
8 lat temu
talkol
fdf215fd14
added support for showLightBox
8 lat temu
talkol
3eedecaddf
add support for disabled buttons and backButtonHidden on push
8 lat temu
talkol
af9b2cf480
update to controllers 1.3.0
8 lat temu
talkol
9cf5590d92
release 0.1.5
8 lat temu
Tal Kol
4bce6c12d7
Update README.md
8 lat temu
talkol
fa18e55fb1
added tab features: switch tabs, toggle tabs, set badge, tab styling
8 lat temu
Artal Druk
eca21082e4
Set min. deployment target to 8.0
8 lat temu
talkol
016c655032
improved es6 syntax, thanks tautvilas
8 lat temu
talkol
ea6b4b81d1
hot fix due to react-native-controllers hot fix
8 lat temu
talkol
d3d043bfcc
minor hot fix in screen registration, release 0.1.2
8 lat temu
talkol
f444d4fe1e
explained example
8 lat temu
Tal Kol
a778afc246
Update README.md
8 lat temu
talkol
da726d33c0
release 0.1.1 and update react-native-controllers to 1.2.4
8 lat temu
talkol
eeca8d766f
added deep links
8 lat temu
talkol
d16d957615
support side menu toggle to specific state (open/close)
8 lat temu
Tal Kol
2aabfca7bb
Update README.md
8 lat temu
Tal Kol
cc9a9af74f
Update README.md
8 lat temu
guyca
8bded703e6
Update README.md
8 lat temu
Tal Kol
81a498e39d
Update README.md
8 lat temu