Nick Rameau
64029a79e7
Update README.md
Add demo for example app.
8 年 前
bogobogo
52e151cfd5
Update README.md (#1562 )
8 年 前
Nick Rameau
8649f21328
Update README.md
Mention that the GIF demo is the real Wix app and remove the old example demo until we have an updated version.
8 年 前
Guy Carmeli
087feba29c
Destroy reactView in TopBar
8 年 前
Guy Carmeli
f14e4bbaf5
Set reactView in TopBar dynamically
8 年 前
Guy Carmeli
16a3d5ccee
Support setting custom react view dynamically
8 年 前
Guy Carmeli
989c6b6b4e
Removed unused imports
8 年 前
Guy Carmeli
26e7edf1c7
Override button color from screen even if color is defined in AppStyle
8 年 前
Aaron Greenwald
e385c4fb6e
statusBarHidden support for ios (#1543 )
8 年 前
Aaron Greenwald
fb6eadadeb
Contributing guidelines & docs (#1542 )
* add basic contributing guidelines to docs
* some English and formatting
* Add badges to README.md
* docs - how to run on android
* markdown formatting
* Add troubleshooting of old node
* Fix formattting
* Fix markdown and troubleshooting
8 年 前
Guy Carmeli
60608b08ae
Add null check to ViewVisibilityChecker
relates to #1555
8 年 前
Daniel Zlotin
a342dbd64d
fixed releases
8 年 前
Daniel Zlotin
0bd76b2857
fix releases
8 年 前
Daniel Zlotin
d3887466b6
fix releases
8 年 前
Daniel Zlotin
948f661b88
update package.json
8 年 前
Daniel Zlotin
4b80ceb3d7
fixing releases
8 年 前
Daniel Zlotin
88fb540beb
2.0.1937
8 年 前
Daniel Zlotin
cfd513e34e
2.0.1936
8 年 前
Daniel Zlotin
157f8d20db
2.0.1935
8 年 前
Guy Carmeli
271b624a73
Update styling-the-navigator.md
8 年 前
Guy Carmeli
e73c8efafc
Add custom component in TopBar example screen
8 年 前
Guy Carmeli
e581b2dec6
Support adding react component to TopBar
Usage:
navBarCustomView: 'example.CustomTopBar', // registered component name
navBarComponentAlignment: 'center' // 'center'/'fill'
8 年 前
Daniel Zlotin
92dac0dbad
update npmignore
8 年 前
Daniel Zlotin
43fba61ba2
update npmignore
8 年 前
Daniel Zlotin
5cd56ad9ac
npm version without -f
8 年 前
bogobogo
5d7a17d187
Update README.md (#1540 )
8 年 前
bogobogo
64087d595b
Update README.md (#1539 )
8 年 前
Daniel Zlotin
6154c37bb3
don\'t install fbsimctl HEAD
8 年 前
Daniel Zlotin
0152520523
update deps
8 年 前
bogobogo
d472b57bda
add v2 link to readme (#1537 )
* add v2 link to readme
* Update README.md
8 年 前
bogobogo
97c5ffd851
Update README.md (#1536 )
8 年 前
bogobogo
25021f390e
Update README.md (#1535 )
8 年 前
Brendon Sled
dea336ce10
Added overrideBackPress to LightBox (#1520 )
8 年 前
Guy Carmeli
3346efd7ae
add tapBackgroundToDismiss: true to LightBox
8 年 前
Justin Stanley
0fbb067e09
fixed blank nav bar titles on Android when title font size not set. (#1516 )
8 年 前
Daniel Zlotin
9e4fc011b5
change versioning strategy
8 年 前
Daniel Zlotin
a73c1e7c42
removed unnecessary duct tape tests
8 年 前
Daniel Zlotin
77ed6ad2a5
basic support titleBarTextColor
8 年 前
Guy Carmeli
2e382a13b8
Update styling-the-navigator.md
8 年 前
Jing Tai Piao
cff9e145a6
Add font size support on title bar for android (#1493 )
* Add font family support on bottom tabs
* import missing classes
* import missing class
* update document
* Support customize icon for left nav button in android
* Add navBar navBarTextFontSize support for android
8 年 前
Daniel Zlotin
a053fc6dd6
refactor
8 年 前
Juozas Kontvainis
969811ad6f
#1071 Add Android tests (#1489 )
* #1071 Test that Navigator forwards NavigationOptions to ViewController
* Add an argument allowing to run a single Android e2e test
* Fix style issue
* #1071 Allow changing navigation title in iOS
* Update readme to document an option for running a single test
* Update ScreenStyleDynamic.test.js
8 年 前
bogobogo
6296769ce8
move v1tov2diff to README.md (#1387 )
8 年 前
Daniel Zlotin
81867ef182
update README
8 年 前
Daniel Zlotin
1a91dcf056
increase android e2e timeout to 10sec, test-all works as expected now
8 年 前
Juozas Kontvainis
fd665d71ef
Implement changing title dynamically on Android #1071 (#1483 )
* Upgrade Gradle version
* Allow playground app to run on x86_64 emulator
* #1071 Allow changing navigation title
* #1071 Add tests for JavaScript
8 年 前
Daniel Zlotin
978fc283a6
update deps, fix release tests
8 年 前
Daniel Zlotin
2666cb1644
Revert "Use UIStoryboard methods for presenting a splash screen on iOS (#1453 )" (#1457 )
This reverts commit 36d2c7e35c .
8 年 前
Eli Perkins
36d2c7e35c
Use UIStoryboard methods for presenting a splash screen on iOS (#1453 )
This uses the proper methods for instantiating the initial view on iOS.
By utilizing these methods, we can stand up the initial view controller
from the storyboard.
See also:
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252 -SW41
8 年 前
Ruslan.V
26dbb1b6ba
[iOS] Added ability to set static(root) background image (#1366 )
[iOS] Added ability to set static(root) background image
8 年 前