Eliasz Sawicki
bb584ff341
[iOS/Android] Add initialTabIndex support (#1674 )
* Add initialTabIndex support to RCCTabBarController
* Add initialTabIndex support to BottomTabsLayout
7 years ago
Guy Carmeli
29ad9b2178
Update example app launcher icon
7 years ago
Guy Carmeli
fc2a637235
Fix navigationBarColor in modals
closes #1694
7 years ago
Daniel Zlotin
9e77ee25d1
fix lint
7 years ago
Daniel Zlotin
0cacb93a0e
removed yarn dependency, npm is fast enough
7 years ago
Jordan Piggott
c1d1c6b068
typo fixes for README (#1690 )
7 years ago
Graham Chance
b2105f2347
V2 top bar no border (#1688 )
* topBarNoBorder for ios
* Unit tests for topBarNoBorder
7 years ago
Guy Carmeli
24fb8db816
Create TopBar react view only once
fixes #1675
7 years ago
bogobogo
73530d7743
Update README.md (#1685 )
7 years ago
bogobogo
79d0c7ea68
Update README.md (#1684 )
7 years ago
bogobogo
9116c212d7
V2 tab badge iOS refactoring and added fontSize on iOS (#1659 )
* screen Background Color iOS
* ios v2 topBarTextFontFamily
* added topBarHidden to iOS
* minor fix and topBarHideOnScroll
* minor fix
* topBarButtonColor iOS
* topBarTranslucent iOS
* topBarTranslucent IOS minor fixes
* eslint fixes
* minor fixes
* changed setTabBadge to tabBadge and added a unit test in iOS
* added fontSize on iOS
* minor fix
7 years ago
Dan Reynolds
1f311717f7
Update android-specific-use-cases.md (#1678 )
7 years ago
Daniel Zlotin
f04a273edd
setting topbarBackgroundColor
7 years ago
Daniel Zlotin
2277a8f53f
some more tests for ContainerViewController
7 years ago
Daniel Zlotin
3840544daa
merged
7 years ago
Daniel Zlotin
ebb132ff09
some more tests android
7 years ago
Daniel Zlotin
165511ddc4
test driven refactoring
7 years ago
Daniel Zlotin
d2458fb259
refactor android
7 years ago
Daniel Zlotin
0ef23247de
refactoring android
7 years ago
Johan
9f9fddc626
Renamed container lifecycle events (#1676 )
* Renamed onStop/onStart to didAppear/DidDisappear
* This did't make it!
7 years ago
Guy Carmeli
d224bf4d39
Update adding-buttons-to-the-navigator.md
7 years ago
Guy Carmeli
67d2c9eea4
Add CustomButton screen to example app
7 years ago
Guy Carmeli
db69a30a35
Unmount custom TitleBar buttons
7 years ago
Guy Carmeli
6db371beac
Cleanup TitleBar class a bit
7 years ago
Guy Carmeli
803dccffd4
Implement custom TitleBar buttons on Android
7 years ago
Ran Greenberg
ce3eca0107
lint
7 years ago
Ran Greenberg
c7228af10f
add e2e test for "setTabBadge"
7 years ago
Ran Greenberg
23becb5a5d
update readme
7 years ago
Ran Greenberg
17600ceca2
add playground app icons
7 years ago
Eli Perkins
d5cfcbec67
Add docs about using custom navigation buttons (#1669 )
7 years ago
Johan
0dc8f4f847
Improved Deeplink documentation (#1663 )
To match the rest of the styling
7 years ago
Ran Greenberg
052231337c
fix ShowModal global screen events
7 years ago
Ran Greenberg
0aae3fcc7c
rename types to navigation types
7 years ago
Johan
904a1d8408
Added HandleDeepLink to TopLevelApi documentation (#1662 )
As the screen api document mentions that it can be done statically, it's best to mention it here as well.
7 years ago
RajanPN
5717449ca6
Update top-level-api.md (#1658 )
7 years ago
Daniel Zlotin
42151b94b6
fix \#919
7 years ago
Guy Carmeli
137f62ff54
Revert "Fixed LightBox not updating overlay width/height on rotate" (#1657 )
* Revert "Add custom bar button item class (#1641 )"
This reverts commit 80ae102456 .
* Revert "Export `Navigator` class for public use (#1647 )"
This reverts commit 1770113321 .
* Revert "Hide back button when calling resetTo (#1469 )"
This reverts commit 518e372e05 .
* Revert "Add isRootLaunched implementation on Android"
This reverts commit 6f4aca32a6 .
* Revert "Fixed LightBox not updating overlay width/height on rotate (#1461 )"
This reverts commit 54d2531720 .
7 years ago
Eli Perkins
80ae102456
Add custom bar button item class (#1641 )
This allows for custom React Native views to be rendered as a bar button item in the navigation bar.
7 years ago
bogobogo
5b2a046bd2
Update README.md (#1654 )
7 years ago
Daniel Zlotin
82d10cce5a
move to moduleJS
7 years ago
Daniel Zlotin
03525f0ef8
move to moduleJS
7 years ago
Daniel Zlotin
517ab46fc7
import export to ModuleJS
7 years ago
PC Futures
1770113321
Export `Navigator` class for public use (#1647 )
* Make Navigator Public
* Make Screen.js export both Screen and Navigator
* Update Navigation.js to import Screen correctly
* Make Navigator public for Android too
* Forgot to export after importing
* ESLint fix
* ESLint fix
* ESLint Fix
* ESLint Fix
7 years ago
bogobogo
330aa3830f
V2 top bar button color iOS (#1637 )
* screen Background Color iOS
* ios v2 topBarTextFontFamily
* added topBarHidden to iOS
* minor fix and topBarHideOnScroll
* minor fix
* topBarButtonColor iOS
* topBarTranslucent iOS
* topBarTranslucent IOS minor fixes
* eslint fixes
* minor fixes
7 years ago
Daniel Zlotin
42e6781a41
fix lint
7 years ago
Kyle Johnson
518e372e05
Hide back button when calling resetTo (#1469 )
7 years ago
Daniel Zlotin
0b3e82aac8
increase android e2e timeout to 1 minute
7 years ago
Daniel Zlotin
ce46339c86
update node 8.2.1
7 years ago
Daniel Zlotin
f56267e71e
moved to using XO
7 years ago
bogobogo
7b6148a0e4
V2 top bar text font family (#1634 )
* screen Background Color iOS
* ios v2 topBarTextFontFamily
7 years ago