Guy Carmeli
82e68cee70
Don't crash when selecting BottomTab by navigatorId if ScreenStack was not found
пре 7 година
Nikhil Saxena
e1c0133ed6
Side Drawer Problem Resolved for Android (#1997 )
While working I got a situation in which I wanted to open the side drawer on a button click. But I was not able to that. So I made some changes and now I am able to achieve the required functionality.
пре 7 година
Guy Carmeli
9843cbb1f1
Fix default titleBarHeight when appStyle is defined
This prevented custom react views in navBar from being displayed if AppStyle was used.
пре 7 година
Mike Grabowski
e2dea8a4e4
Fix style (#2031 )
* Fix style
* Fix resolving logic
* Fix styling
пре 7 година
Tim
25cf65b668
Fixes popTo signature (#1973 )
The only argument to `popTo` is the containerId to pop to, not the current containerId as well. Also showing `this.props.previousContainerIds` lead me to believe that was included automatically (similar to `this.props.containerId`) so I changed that to avoid confusion.
пре 7 година
Tim
8cd5e4d8ec
Fix header search path to use /lib (#1972 )
The new path is `.../lib/ios` not just `/ios`
пре 7 година
Luke Williams
cc6f63b1c4
Fix minor typo (#1967 )
пре 7 година
bogobogo
cb293fd077
Update installation-ios.md (#2020 )
пре 7 година
Daniel Zlotin
1812ed08e4
update licenses
пре 7 година
Daniel Zlotin
7d47db5070
update licenses
пре 7 година
Daniel Zlotin
d9dda51558
update licenses to fix travis
пре 7 година
Daniel Zlotin
820205bd5e
update licenses
пре 7 година
Daniel Zlotin
f9bc882cb8
try fix travis
пре 7 година
Daniel Zlotin
92c09cbf09
try fix travis
пре 7 година
Varun Gupta
f46cfa8205
Safegards against NPE in sliding overlay to avoid crashes (#2004 )
пре 7 година
Guy Carmeli
2ce161d09e
default to statusBarTextColorScheme from AppStyle
пре 7 година
Bernabé González
2252ac1dde
customize tab badge color (#1932 )
пре 7 година
bogobogo
93739b50e2
Update README.md (#1958 )
пре 7 година
yogevbd
32dcdc78ee
added switchToTab on iOS (#1862 )
пре 7 година
Daniel Zlotin
45ef73bb5e
no process exit needed
пре 7 година
Daniel Zlotin
5fc7df8743
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
пре 7 година
Daniel Zlotin
b850e46357
fix android e2e and --release flags, closes #1956
пре 7 година
Roman Kozlov
75ee5f51bc
[V2] Fix for #1880 (#1901 )
* animation fix
* fix tests
пре 7 година
Yogesh
aee6289969
Error in AppDelegate.m since there was no return statement. (#1945 )
Since the docs suggested we remove everything inside the `didFinishLaunchingWithOptions`, without the return statement there was an `Control reaches end of non-void function` error since the function expects a boolean return. After adding this, the error goes away.
пре 7 година
Yogesh
39242e7cbf
tabs is not a valid LayoutType (#1948 )
In the list of `LayoutTypes`, `tabs` is not defined, hence this throws an error. Replaced it with `bottomTabs`.
пре 7 година
Daniel Zlotin
ff2b1f3bf8
update CONTRIBUTING
пре 7 година
Guy Carmeli
5c266e4436
Finish SplahActivity if react context exists
Fixes #1938 Closes #1900
пре 7 година
Guy Carmeli
6c734f107d
Backwards compatibility for clearHostOnActivityDestroy (#1944 )
This commit fixes two issues found in #1838 . Fixes #1924
1. Keeps calling the deprecated reactInstanceManager methods when host is cleared
to not introduce undesired behavior when clearHostOnActivityDestroy return true.
2. call onHostDestroy and onHostPause only if react context exists or is being created.
пре 7 година
Ran Greenberg
e21c8ac718
Fix navigation tool bar ios (#1941 )
* remove unused code from tabStyle
* improve dummy screen ui
* set list screen translucent navigation bar
* make RCCToolBarView to composite the UIRootView inside
пре 7 година
Ran Greenberg
c6a5046ef4
Add list screen for debug usage (#1940 )
* add list screen for debug behaviours
* add dummy screen
* ui changes in ListScreen
* add push list screen function without add it to the button to the screen
* add and comment push list screen row
пре 7 година
Daniel Zlotin
84f05325e0
support -- --fix for test-js
пре 7 година
Daniel Zlotin
55f2984786
add xcpretty
пре 7 година
Daniel Zlotin
db04a52e4a
fix e2e
пре 7 година
Daniel Zlotin
e09ea59ed5
update to detox canary fix for xcode9
пре 7 година
Ran Greenberg
6de5f2caae
fix double tap when back to screen via back gesture (#1931 )
пре 7 година
Daniel Zlotin
280a12380b
removed fbsimctl, update to xcode9
пре 7 година
Guy Carmeli
d089ec845b
Check for NPE when removing long press listener on buttons
пре 7 година
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 година
Daniel Zlotin
df1ee59b48
support for iOS 11
пре 7 година
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 година
Roman Kozlov
5d28ee4d9d
V2 options applying refactoring (#1881 )
* presenter skeleton
* test fix
* rm presentation
* options presenter
* test refactoring
пре 7 година
Roman Kozlov
88b6ee6cac
android playground icons (#1850 )
пре 7 година
Ali Najafizadeh
af347c5a0e
added tabBarHidden property to navigatorStyle (#1868 )
пре 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 година
Naoto Ida
831c4e148c
Fixed typo in comments (#1810 )
пре 7 година
Guy Carmeli
9cb53a7175
Update styling-the-navigator.md
пре 7 година
Vadim Ruban
16802218b8
[Android] Add ability to hide status bar via statusBarHidden option (#1821 )
пре 7 година
Guy Carmeli
9a7d483450
Measure custom react view according to navBarHeight
Fixes #1844
пре 7 година
Ran Greenberg
f34383695a
fix iOS11 safeArea - https://github.com/wix/react-native-navigation/issues/1858 (#1859 )
пре 7 година