yogevbd
771e906973
Revert "Support a “modal” prop for tabbed iOS apps (#1578 )"
This reverts commit 5cd2972ca0 .
6 年之前
Kevin Barrett
5cd2972ca0
Support a “modal” prop for tabbed iOS apps (#1578 )
* feat: support a “modal” prop for tabbed ios apps
* fix: apply temp fix for react-native-navigation#1502 (#1 )
* fix: enable fab icon scaling (#2 )
* v1.1.340 [ci skip]
* Update FloatingActionButtonCoordinator.java
* Update top-level-api.md
* Update package.json
6 年之前
David Antoon
da176aae96
Add missing comma (#3106 )
6 年之前
Garrett McCullough
74a8c6bb30
remove unused param from function (#3039 )
6 年之前
Álvaro Medina Ballester
e2ffed41cf
Solved doc formatting issues (#2544 )
6 年之前
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 年之前
Rafael Cerrejon
5398b9cc2a
Missed comma (#2305 )
Missed Comma throw "unexpected Token" error.
7 年之前
Guy Carmeli
0ed20a79c0
Update top-level-api.md
7 年之前
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 年之前
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 年之前
Jong Eun Lee
9da36a04bb
add shouldStretchDrawer property to drawerStyle (#1817 )
7 年之前
Ran Greenberg
52a093e17f
add hideBackButtonTitle in order to remove the back button title in the appStyle (#1837 )
7 年之前
Ran Greenberg
93237a0bc3
add backButtonImage to app style in order to custom the default back button arrow image with provided image (#1834 )
7 年之前
Guy Carmeli
c2f45d51fc
Update top-level-api.md
7 年之前
Guy Carmeli
daf75a9c2a
Update top-level-api.md
7 年之前
Guy Carmeli
fc83d3562a
Document initialTabIndex
7 年之前
Johan
0dc8f4f847
Improved Deeplink documentation (#1663 )
To match the rest of the styling
7 年之前
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 年之前
RajanPN
5717449ca6
Update top-level-api.md (#1658 )
7 年之前
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 年之前
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 年之前
Luong Dang Hai
c680db472d
Update readme for title Image on top bar (#1599 )
7 年之前
Guy Carmeli
306fabcf34
Update top-level-api.md
7 年之前
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 年之前
June Domingo
7ff341a6cc
Update Docs (#1206 )
* Fix documentation website link
* Update docs
7 年之前
Gevorg Gasparyan
84f4462802
pass imageInsets for tab icon [iOS] (#1138 )
Pass iconInsets for tab icon [iOS]
7 年之前
Guy Carmeli
23819b04bd
update docs (#958 )
7 年之前
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
7 年之前