Álvaro Medina Ballester
e2ffed41cf
Solved doc formatting issues (#2544 )
6 years ago
Ioannis Kokkinidis
4fe86525cb
Added optional fixedWidth property to the Android side menu (#2380 )
* v1.1.314 [ci skip]
* Added optional fixedWidth property to the Android side menu
- Fixes: https://github.com/wix/react-native-navigation/issues/510
* Added fixedWidth drawer param to te top-level-api doc
6 years ago
Rafael Cerrejon
5398b9cc2a
Missed comma (#2305 )
Missed Comma throw "unexpected Token" error.
7 years ago
Guy Carmeli
0ed20a79c0
Update top-level-api.md
7 years ago
Ricardo Fuhrmann
04a64d142b
(Android) Allow disableOpenGesture right or left in the drawer (#2189 )
This pull request allows you to disable the open gesture only in one side of the drawer.
```
Navigation.startSingleScreenApp({
screen: initialScreen,
drawer: {
left: {
screen: DRAWER_SCREEN,
disableOpenGesture: false,
},
right: {
screen: SIDEBAR_FILTER_SCREEN,
disableOpenGesture: true,
},
},
});
```
If we pass disableOpenGesture to the drawer root object, like this:
```
Navigation.startSingleScreenApp({
screen: initialScreen,
drawer: {
left: {
screen: DRAWER_SCREEN,
disableOpenGesture: false,
},
right: {
screen: SIDEBAR_FILTER_SCREEN,
disableOpenGesture: true,
},
disableOpenGesture: true <======
},
});
```
Then the two drawer positions would be gesture disabled and the specific disableOpenGesture would be ignored. This way we don`t introduce breaking changes.
7 years ago
Ethan Yanjia Li
d39e2b7f00
Update the document for tabsStyle in Android (#1869 )
* Update the comment for tabsStyle in Android
* for -> on
* Update top-level-api.md
7 years ago
Jong Eun Lee
9da36a04bb
add shouldStretchDrawer property to drawerStyle (#1817 )
7 years ago
Ran Greenberg
52a093e17f
add hideBackButtonTitle in order to remove the back button title in the appStyle (#1837 )
7 years ago
Ran Greenberg
93237a0bc3
add backButtonImage to app style in order to custom the default back button arrow image with provided image (#1834 )
7 years ago
Guy Carmeli
c2f45d51fc
Update top-level-api.md
7 years ago
Guy Carmeli
daf75a9c2a
Update top-level-api.md
7 years ago
Guy Carmeli
fc83d3562a
Document initialTabIndex
7 years ago
Johan
0dc8f4f847
Improved Deeplink documentation (#1663 )
To match the rest of the styling
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
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
Berkay Beyaz
87f64a6ed7
Update top-level-api.md (Added forgotten styles) (#1600 )
* Update top-level-api.md (Added forgotten styles)
Added forgotten drawer style props.
* Added iOS only words to style objects
7 years ago
Luong Dang Hai
c680db472d
Update readme for title Image on top bar (#1599 )
7 years ago
Guy Carmeli
306fabcf34
Update top-level-api.md
7 years ago
Brendon Sled
3ee0cd1958
Added tapBackgroundToDismiss to LightBox screens (#1416 )
* Added tapBackgroundToDismiss to LightBox screens
* Updated LightBox readme
* Formatting updates
* Fixed ios selector
* Updated animationEnd hide method
7 years ago
June Domingo
7ff341a6cc
Update Docs (#1206 )
* Fix documentation website link
* Update docs
7 years ago
Gevorg Gasparyan
84f4462802
pass imageInsets for tab icon [iOS] (#1138 )
Pass iconInsets for tab icon [iOS]
7 years ago
Guy Carmeli
23819b04bd
update docs (#958 )
7 years ago
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
7 years ago