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
Guy Carmeli
6f4aca32a6
Add isRootLaunched implementation on Android
returns true if NavigationActivity is resumed (startApp was called)
7 years ago
bogobogo
f90a28146a
screen Background Color iOS (#1631 )
7 years ago
Brendon Sled
54d2531720
Fixed LightBox not updating overlay width/height on rotate (#1461 )
* Fixed LightBox not updating overlay width/height on rotate
* Cleaned up bounds
* Removed unneeded call
7 years ago
Ran Greenberg
5fe3a296a8
pass the tests, while best practice isn't achieve :(
7 years ago
Ran Greenberg
0776c201b1
add setTabBadge functionality
7 years ago
bogobogo
15cf37cc34
Update README.md (#1638 )
7 years ago
Daniel Zlotin
765754a26c
refactoring a bunch of ios stuff
7 years ago
Guy Carmeli
51bc918998
Remove redundant calls to send screen appear event
7 years ago
Guy Carmeli
90df99030c
Send missing visibility events to TopTab screens
7 years ago
simin.chen
15d0451582
fix lightbox not unmount bug when back pressed for android (#1636 )
7 years ago
Daniel Zlotin
ec046551ba
change back findContainerForId to return UIViewController
7 years ago
Daniel Zlotin
fe0b79cf00
rename to mergeWith and applyOn RNNNavigationOptions
7 years ago
Daniel Zlotin
4b5e066046
fix performSelector warning
7 years ago
Guy Carmeli
230737b5b9
Update styling-the-navigator.md
7 years ago
Guy Carmeli
096243827a
Support statusBarTextColorScheme on Android
7 years ago
Radek Czemerys
bef82c01c7
Remove depreciated createJSModules @override marker (#1628 )
7 years ago
Blair Vanderhoof
33e861478c
Fix crash with scrollViewDidEndDecelerating and RCTTextView (#1630 )
See https://github.com/wix/react-native-navigation/issues/1446#issuecomment -319858633
7 years ago
Guy Carmeli
40fb03ccac
Center title when setting title dynamically
Fixes #1609
7 years ago
Aishwary Raj
952b066812
update docs for iOS drawer animations in top-level-api section (#1619 )
* update docs for ios drawer animations in top-level-api section
* update docs for ios drawer animations in top-level-api section
7 years ago