Daniel Zlotin
ab7f295042
continue rename
6 years ago
Daniel Zlotin
d0f5ec244b
rename to Component
6 years ago
Daniel Zlotin
0df3b8b32c
fix tests
6 years ago
Daniel Zlotin
7cd03b33f3
migration to new API
6 years ago
Daniel Zlotin
bbca8e07dc
api migration
6 years ago
Daniel Zlotin
96134c4605
Merge branch 'v2' into newAPI
6 years ago
Daniel Zlotin
fddcebb059
renamte to Options
6 years ago
Daniel Zlotin
e16f025d03
rename navigationOptions to Options
6 years ago
Daniel Zlotin
110eb4394c
new api
6 years ago
Eli Perkins
09d78271f9
Refactor ReactNativeNavigation class into a developer-controllable class (#2480 )
This allows developers more control over how the app is launched, in a backwards-compatible way.
6 years ago
yogevbd
b0da9e2470
refactored navigation options (#2474 )
* refactored navigation options
* test fix
* better namings
6 years ago
Guy Carmeli
2cb657e3a3
Update styling-the-navigator.md
6 years ago
Guy Carmeli
dcb4e505ba
drawUnderStatusBar changes
* Resolve default value through appStyle
* breaking - titleBarTopPadding is now dp instead of pixels
6 years ago
Finn Gundlach
40652e9f80
Add documentation for third party lib "redux-persist"
6 years ago
Daniel Zlotin
102edbd67e
redesigning new API
6 years ago
yogevbd
fd4e7091c0
async await fix for ios
6 years ago
Jason Merino
29c47af6d4
Adds launch image for iPhone X and iPad to showSplashScreen. (#2321 )
6 years ago
James Hush
254616ebab
Fix typo in README.md
Super small typo in README.md
6 years ago
Michael Kuczera
f6d2c334c3
[IOS] - set titleLabel sizeToFit (#2443 )
6 years ago
yogevbd
06aa587a4a
top tabs support - ios (#2454 )
* top tabs support - ios
6 years ago
Daniel Zlotin
59d8c960b3
LayoutTreeParser redesign
6 years ago
yogevbd
180f1d3bb8
homogenous root view container protocol (#2455 )
6 years ago
Daniel Zlotin
3f8cf78eb5
Fixing stuff (#2456 )
* fixing android tests
* update deps
6 years ago
Daniel Zlotin
4d1b188ba0
renamed container to component
6 years ago
Daniel Zlotin
6190df2606
update deps
6 years ago
Daniel Zlotin
a40bcd8e27
fixing android tests
6 years ago
yogevbd
8cb407c769
fixes #2353
6 years ago
Guy Carmeli
9914bfdb4f
Update third-party-libraries-support.md
6 years ago
Guy Carmeli
137d59036e
[docs] Update minimum officially supported RN version
6 years ago
Guy Carmeli
14a7952711
Don't override LightBox ReactRootView id
fixes #1502
6 years ago
Guy Carmeli
0f4eaa417b
Update example app to rn51
6 years ago
Guy Carmeli
1a332f0e20
Revert "fix images name (#2451 )"
This reverts commit 6f7f9d1986 .
6 years ago
Guy Carmeli
3cdb616690
Revert "Upgrade example proj to rn51 (#2452 )"
This reverts commit 918d7859c1 .
6 years ago
Ran Greenberg
918d7859c1
Upgrade example proj to rn51 (#2452 )
* fix images name
* upgrade example project to rn51 - ios
6 years ago
Ran Greenberg
6f7f9d1986
fix images name (#2451 )
6 years ago
Guy Carmeli
9f1337c2a1
Support changing TopTabs font size (#2449 )
* Currently doesn't work - need to implement custom TopTab view
6 years ago
Guy Carmeli
5624c4f309
Implement selected and unselected toTab color (#2429 )
* Implement selected and unselected toTab color
* Test options are applied when layout is visible
6 years ago
yogevbd
6db541cde8
added drawUnder (#2427 )
6 years ago
yogevbd
989fb6ad18
fixed buttons text attributes revert on press
6 years ago
Guy Carmeli
434e622116
Fix failing android e2e (#2424 )
6 years ago
Guy Carmeli
13e2e903e1
Load typface when parsing options (#2416 )
* Load typface when parsing options
* fix test
6 years ago
yogevbd
79daa62e3c
V2 Current tab by container ID (#2264 )
* set current tab by container id
* currentTabByContainerID e2e
* lint fix
* e2e test
6 years ago
Daniel Zlotin
08bf79f089
remove package.lock from npmignore
6 years ago
yogevbd
8ff90efd3d
V2 rn49 (#2411 )
* largeTitleFix
* update to rn 49 - reload still not working on ios
* bridge fix
* small fixes
* testing with rn50
* removed package-lock
* go back to 49, problem with android in 50
6 years ago
Guy Carmeli
29b34c774e
Top tab font family (#2410 )
* Implement titleFontFamily in topTab option
* docs
* Pass TypefaceLoader instead of context
6 years ago
Ricardo Fuhrmann
1d9887f852
Fix a uncommented line (#2226 )
6 years ago
Roberto Frenna
43d41be456
Support re-enabling top bar elevation (#2229 )
When disabling elevation by setting topBarElevationShadowEnabled to false, this commit allows to re-enable it by setting the same property to true.
Elevation was previously disabled by using setOutlineProvider(null), with ViewOutlineProvider being an Android 5.0+ object responsible for determining how views draw their outline. To allow re-enabling elevation, we keep our original ViewOutlineProvider and restore it when elevation is enabled again.
6 years ago
Adrien HARNAY
a4af603c56
Document how to use index.js as entry point (#2412 )
* Document how to use index.js as entry point (ios)
* android too
* android too (fixed)
6 years ago
yogevbd
b3bf0b7d23
added missing options (#2408 )
* added missing options
* generated docs
* generated docs
6 years ago
yogevbd
7450ac45e2
V2 async commands (#2407 )
* async commands for all events
* test fix
6 years ago