Daniel Zlotin
e09ea59ed5
update to detox canary fix for xcode9
7 years ago
Ran Greenberg
6de5f2caae
fix double tap when back to screen via back gesture (#1931 )
7 years ago
Daniel Zlotin
280a12380b
removed fbsimctl, update to xcode9
7 years ago
Guy Carmeli
d089ec845b
Check for NPE when removing long press listener on buttons
7 years ago
Vito Chen
77b5c64ef1
Bug fixed - the UIScrollView will break on iOS10 when building by XCode9 (#1896 )
This only happens when you are using react-native@0.48.3 , and your XCode is in version 9.0
7 years ago
Daniel Zlotin
df1ee59b48
support for iOS 11
7 years ago
Roman Kozlov
8832a3a9d3
[V2] Android topbar font family (#1882 )
* android oreo overdraw fix
* apply top bar title color
* update readme
* update formatting
* merge v2
* navigation oprtions formatting
* font size props
* update test
* ci fix
* rm global variable
* font size
* update readme
* playground
* after merge fix
* typeface in progress
* presenter skeleton
* test fix
* rm presentation
* options presenter
* typeface
* readme
* test refactoring
* typeface loader tests
7 years ago
Roman Kozlov
5d28ee4d9d
V2 options applying refactoring (#1881 )
* presenter skeleton
* test fix
* rm presentation
* options presenter
* test refactoring
7 years ago
Roman Kozlov
88b6ee6cac
android playground icons (#1850 )
7 years ago
Ali Najafizadeh
af347c5a0e
added tabBarHidden property to navigatorStyle (#1868 )
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
Naoto Ida
831c4e148c
Fixed typo in comments (#1810 )
7 years ago
Guy Carmeli
9cb53a7175
Update styling-the-navigator.md
7 years ago
Vadim Ruban
16802218b8
[Android] Add ability to hide status bar via statusBarHidden option (#1821 )
7 years ago
Guy Carmeli
9a7d483450
Measure custom react view according to navBarHeight
Fixes #1844
7 years ago
Ran Greenberg
f34383695a
fix iOS11 safeArea - https://github.com/wix/react-native-navigation/issues/1858 (#1859 )
7 years ago
Guy Carmeli
89eb30a542
Modal animations (#1856 )
This commit adds support for fade and slide-horizontal animations for modals and a few other animation related changes:
* Support defining animationType when calling dismissModal
* Support fade and slide horizontal animations for modals
* Slightly reworked current screen animations timings
* Fixed slide-horizontal x offset and removed alpha
7 years ago
Daniel Zlotin
b2d26d21f4
update deps
7 years ago
Roman Kozlov
a249f5880e
[V2] Top bar text size (#1849 )
* android oreo overdraw fix
* apply top bar title color
* update readme
* update formatting
* merge v2
* navigation oprtions formatting
* font size props
* update test
* ci fix
* rm global variable
* font size
* update readme
* playground
* after merge fix
7 years ago
Guy Carmeli
7461baedc9
Stop calling host.clear() when activity is destroyed (#1838 )
This is a breaking change and has to be opt-in. To prevent host.clear from being called,
Override `clearHostOnActivityDestroy` in MainApplication and return false:
```java
@Override
public boolean clearHostOnActivityDestroy() {
return false;
}
```
If host isn't cleared, the next time the app is opened react context might still be initialized.
In this case we emit appLaunched event which has to be handled in Js:
```js
Promise.resolve(Navigation.isAppLaunched())
.then((appLaunched) => {
if (appLaunched) {
startApp();
}
new NativeEventsReceiver().appLaunched(() => {
startApp();
});
})
```
7 years ago
Ran Greenberg
3f377f65df
fix navBarSubtitleColor - now it will set the navigation subtitle color properly without any effect on the title (#1847 )
7 years ago
Roman Kozlov
f431b368af
Top bar text color for Android (#1813 )
* android oreo overdraw fix
* apply top bar title color
* update readme
* update formatting
* merge v2
* navigation oprtions formatting
* update test
* ci fix
* rm global variable
* remove obsolete method
7 years ago
Eli Perkins
4c4eb7bb91
Prefer use of intrinsicContentSize (#1783 )
This converts from using a deprecated attribute.
7 years ago
Ran Greenberg
c62d944c2b
add disabledButtonColor (#1842 )
* add disabledButtonColor in order to set navigation button disabled color
* add disabledButtonColor to the docs
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
Johan
0d473fe983
V2 docs (#1831 )
* Added v2 docs
* Move docs around
* Update _sidebar.md
* Update README.md
* Delete
* Remove usage docs (it was duplicated)
* Fixed sidebar links
* Moved the readme back to the root
7 years ago
Johan
ece9229a17
V2 docs (#1830 )
* Added v2 docs
* Move docs around
* Update _sidebar.md
* Update README.md
* Delete
* Remove usage docs (it was duplicated)
* Fixed sidebar links
7 years ago
Johan
b66ce891e0
V2 docs location (#1828 )
* Added v2 docs
* Move docs around
* Update _sidebar.md
* Update README.md
* Delete
* Remove usage docs (it was duplicated)
7 years ago
Daniel Zlotin
1151017193
fix flaky e2e
7 years ago
Daniel Zlotin
655dc6bbd1
fix #1803
7 years ago
Daniel Zlotin
5976b7bf9a
\#1605
7 years ago
Johan
1b83cf1fe3
Update _sidebar.md (#1796 )
7 years ago
Johan
a147509332
Added v2 docs (#1795 )
7 years ago
Daniel Zlotin
ed3338c4b8
\#1790
7 years ago
Daniel Zlotin
e111832abf
fixed android e2e
7 years ago
Daniel Zlotin
aef9f0de76
Revert "remove fbsimctl"
This reverts commit 082a65d791 .
7 years ago
Daniel Zlotin
6594505949
support react-native start
7 years ago
Daniel Zlotin
f8e6d78145
add redux integration tests \#1649
7 years ago
Daniel Zlotin
082a65d791
remove fbsimctl
7 years ago
Daniel Zlotin
04eefcf7f5
upgrade deps
7 years ago
Daniel Zlotin
89d853b67b
update deps
7 years ago
Guy Carmeli
354f60d124
Don't show title on button long press is title is undefined
Fixes #1007
7 years ago
Thanh Le
6a2af3ecc0
New Feature: adding disabledSimultaneousGesture flag to manage simultaneous gesture recognition (#1777 )
7 years ago
Guy Carmeli
e1b65cfc1a
Add keepStyleAcrossPush to documentation
7 years ago
bogobogo
d673214508
Update README.md (#1780 )
7 years ago
Ran Greenberg
ec71b3c2be
add the ability to choose is relevant styles properties will remember across push or not (#1773 )
7 years ago
Ran Greenberg
9ad3baa4a4
add appStyle support for iOS (Android already support) 🤖 (#1772 )
7 years ago
yogevbd
97272fb3c1
V2 Orientation (#1686 )
* added orientation options
* removed orientation e2e in modal screen
7 years ago