Royce Townsend
5135d298ad
dismissInAppNotification support on android. (#687 )
* Add .hideInAppNotification on android.
- Separate hide and show animations.
- Implement a little bit of throttling around successive calls to .showInAppNotification
* Update example to demo dismiss.
8 gadus atpakaļ
Guy Carmeli
9b618b2368
Return rightButtons instead of navigatorButtons (#688 )
8 gadus atpakaļ
timxyz
849292f243
Fixed issue with rightButtons getting ignored in preference for empty Screen buttons (#589 )
8 gadus atpakaļ
Guy Carmeli
df72c56a46
Call newStack by navigatorId (#685 )
8 gadus atpakaļ
Guy Carmeli
6e073f8bee
Fix tabs with out icons (#683 )
8 gadus atpakaļ
Guy Carmeli
75b5d53f35
TopTabs icons (#680 )
This commit adds support for icons in TopTabs.
It’s possible to have icons with text, or only icons.
Use topTabIconColor and selectedTopTabIconColor to color the icons
8 gadus atpakaļ
Guy Carmeli
14c1c38e6f
Create layout params from screen params in newStack (#679 )
8 gadus atpakaļ
Ioannis Kokkinidis
35e5b86b25
Android: If the user has specified navigatorButtons on the showModal params use those instead of the default navigatorButtons of the registered screen. (#675 )
8 gadus atpakaļ
Daniel Zlotin
0084592c14
refactor
8 gadus atpakaļ
Daniel Zlotin
5af92abf86
fix typo
8 gadus atpakaļ
Daniel Zlotin
865811b3e0
quickInstall
8 gadus atpakaļ
Daniel Zlotin
3634cdf694
faster workflow
8 gadus atpakaļ
Daniel Zlotin
a2951c1264
update deps
8 gadus atpakaļ
Daniel Zlotin
58affc21d9
pushing ignored files
8 gadus atpakaļ
Daniel Zlotin
0107e33dda
update gitignore
8 gadus atpakaļ
Daniel Zlotin
a6e337c468
added missing native changes
8 gadus atpakaļ
Daniel Zlotin
f26193dfa1
tab based app
8 gadus atpakaļ
Daniel Zlotin
93d9cbb1db
linted
8 gadus atpakaļ
Daniel Zlotin
6c5b4e26d1
trying to fix travis builds
8 gadus atpakaļ
Guy Carmeli
4648a3bdf9
Reset to (#671 )
* Don’t create SideMenu button automatically on Android
* Remove left button and add it dynamically
* Fix resetTo animation on Android
Up until now resetTo would destroy the current stack and create a new
one. This was an easy implementation but resulted in jurky
(none existent) animations.
This commit changes resetTo behavior. Instead of recreating the stack,
the we reset to is pushed to the stack, and the other elements are
removed when show animation ends.
8 gadus atpakaļ
Daniel Zlotin
0784f75599
try to run on private account
8 gadus atpakaļ
Daniel Zlotin
87a3abd6c1
update gitignore
8 gadus atpakaļ
Daniel Zlotin
264359bc61
e2e passed
8 gadus atpakaļ
Daniel Zlotin
b877b9fc90
update deps
8 gadus atpakaļ
Daniel Zlotin
cc0c532860
update deps, e2e works
8 gadus atpakaļ
Daniel Zlotin
db0c822df6
simple native recursive parsing
8 gadus atpakaļ
Daniel Zlotin
c68be6575c
navigation controllers
8 gadus atpakaļ
Daniel Zlotin
7fb17689c3
fixed e2e
8 gadus atpakaļ
Daniel Zlotin
be651370db
fixing install
8 gadus atpakaļ
Daniel Zlotin
da7fe3a584
fixing install script
8 gadus atpakaļ
Daniel Zlotin
b1a138f080
fixed script
8 gadus atpakaļ
Daniel Zlotin
9513684fc7
fixing travis and ignore react warnings
8 gadus atpakaļ
Daniel Zlotin
11cbaddf37
trying to convert to a tree
8 gadus atpakaļ
Daniel Zlotin
f56c6b4d0e
fixed reload bug
8 gadus atpakaļ
Daniel Zlotin
bdeeab12a8
refactoring, injecting deps
8 gadus atpakaļ
Guy Carmeli
502b83e217
Remove bottom tab badge when calling setTabBadge with empty object (#668 )
8 gadus atpakaļ
Daniel Zlotin
d860f71d02
migrated detox
8 gadus atpakaļ
Daniel Zlotin
13f44710df
migrated to new detox
8 gadus atpakaļ
Daniel Zlotin
dc11506922
update deps
8 gadus atpakaļ
Daniel Zlotin
5342932c9e
fix index
8 gadus atpakaļ
Daniel Zlotin
c52fe4cacd
refactoring and fixing dependencies
8 gadus atpakaļ
Daniel Zlotin
4a60af6a9d
adapters
8 gadus atpakaļ
Daniel Zlotin
770b5de27c
remove warnings
8 gadus atpakaļ
Daniel Zlotin
b5b8d6218a
invalid name
8 gadus atpakaļ
Daniel Zlotin
5d3299acdc
refactoring
8 gadus atpakaļ
Daniel Zlotin
df522f083e
removed old code, migrated to public headers, new event emitter onAppLaunched
8 gadus atpakaļ
Daniel Zlotin
d01750f987
revert
8 gadus atpakaļ
Daniel Zlotin
d95fe4df0f
update deps
8 gadus atpakaļ
Daniel Zlotin
67d5b8b941
fix lint of old code
8 gadus atpakaļ
Daniel Zlotin
bf8f7560e2
fixed script
8 gadus atpakaļ