Guy Carmeli
4f1ed3a0fd
Add toggle bottomTabs
works best with drawUnderTabBar
hace 8 años
Guy Carmeli
7f8f1fa29c
Initial BottomTabs implementation
hace 8 años
Guy Carmeli
07d204ad74
Move initialIconState to parser
hace 8 años
Daniel Zlotin
85cf841e5d
dismissAllModals
hace 8 años
Daniel Zlotin
5311972d40
dismissModal working
hace 8 años
Daniel Zlotin
9a85260af9
connected Modal
hace 8 años
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
hace 8 años
Guy Carmeli
f6a768afd0
set TitleBar title
hace 8 años
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
hace 8 años
Daniel Zlotin
a109e51b45
newStack
hace 8 años
Daniel Zlotin
4699d0947b
popToRoot works
hace 8 años
Daniel Zlotin
35cff65b7c
popToRoot
hace 8 años
Daniel Zlotin
5cf4aca522
pop
hace 8 años
Daniel Zlotin
882aa4d051
push not working
hace 8 años
Daniel Zlotin
badeb80f6f
comment out old code
hace 8 años
Guy Carmeli
1b8a22a47c
Keep Using navigatorEventId for now
hace 8 años
Guy Carmeli
116f3d93fb
Register event listeners with screenInstanceId instead of navigatorEventId
hace 8 años
Guy Carmeli
f8f3e9a0be
convertNavigationStyleToScreenStyle
hace 8 años
Daniel Zlotin
98be5f91b2
deprecate API
hace 8 años
Daniel Zlotin
6a3d1436a6
f
hace 8 años
Daniel Zlotin
787f3b94ee
commented all old code to make the example run
hace 8 años
Daniel Zlotin
7ce30d9f3d
basic FAB support
hace 8 años
Guy Carmeli
1bc6eeab40
Throw exception when tab is missing an icon on Android
hace 8 años
Amit Davidi
3c154f8203
Add support in switchToTab() with no parameters
hace 8 años
Jason Skuby
a37239d2a2
Inherit from base navigation styles so nav bar updates properly on screen change
hace 8 años
Jason Skuby
b96c05fd8d
Drawer implementation
hace 8 años
Jason Skuby
ab595a4b79
Add toolbar toggle, not sure if animation is working
hace 8 años
Jason Skuby
abcbfdb5d7
Wire up Android setTabBadge
hace 8 años
Jason Skuby
5e29cc03fd
Wire up tab show/hide and tab selection
hace 8 años
Jason Skuby
1d49d576ad
Add basic setNavigationTitle method
hace 8 años
Guy Carmeli
a2a892d660
Support navigatorButtons
hace 8 años
Jason Skuby
4a7672805c
Implement resetTo
hace 8 años
Guy Carmeli
8667a56097
Fix crash when calling navigator.pop
hace 8 años
Jason Skuby
b80b8d29e1
Implement popToRoot
hace 8 años
Guy Carmeli
98e9666598
Generate navigatorEventID by screen
navigatorEventID was generated from navigator, probably by mistake.
This caused a bug which was noticeable when showing modals from
a pushed screen. In this case two components shared the same
navigatorEventID thus they both responded to events from native.
hace 8 años
Yedidya Kennard
f7191db17b
Added setButtons to navigator fixed bug where old buttons wouldn't be cleared
hace 8 años
Yedidya Kennard
d9acbedae5
Fixed passing props when starting app in Android to match the iOS method
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
fa3d50d94f
Add missing files
hace 8 años
Artal Druk
237abdbfb4
upgrade to RN 25.1 JS changes
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
Guy Carmeli
829c327d0f
Implement dismissAllModals
hace 9 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 9 años
Guy Carmeli
c68ac978e8
Add Modal implementation
hace 9 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 9 años
Guy Carmeli
a9dad4e48a
remove console logs
hace 9 años
Guy Carmeli
669682b5ba
Stop using dummy component to trigger JS execution + RootActivity clean up
hace 9 años
Yedidya Kennard
2bcc122807
Added pop
hace 9 años
Guy Carmeli
9443f231e4
Don't register App in AppRegistry.
hace 9 años
Guy Carmeli
02e89d947c
logs for debugging double activity bug
hace 9 años