jay1337
941444d8c2
Doc update for tabFontFamily (#2033 )
7 years ago
Guy Carmeli
82e68cee70
Don't crash when selecting BottomTab by navigatorId if ScreenStack was not found
7 years ago
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 years ago
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 years ago
Mike Grabowski
e2dea8a4e4
Fix style (#2031 )
* Fix style
* Fix resolving logic
* Fix styling
7 years ago
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 years ago
Tim
8cd5e4d8ec
Fix header search path to use /lib (#1972 )
The new path is `.../lib/ios` not just `/ios`
7 years ago
Luke Williams
cc6f63b1c4
Fix minor typo (#1967 )
7 years ago
bogobogo
cb293fd077
Update installation-ios.md (#2020 )
7 years ago
Daniel Zlotin
1812ed08e4
update licenses
7 years ago
Daniel Zlotin
7d47db5070
update licenses
7 years ago
Daniel Zlotin
d9dda51558
update licenses to fix travis
7 years ago
Daniel Zlotin
820205bd5e
update licenses
7 years ago
Daniel Zlotin
f9bc882cb8
try fix travis
7 years ago
Daniel Zlotin
92c09cbf09
try fix travis
7 years ago
Varun Gupta
f46cfa8205
Safegards against NPE in sliding overlay to avoid crashes (#2004 )
7 years ago
Guy Carmeli
2ce161d09e
default to statusBarTextColorScheme from AppStyle
7 years ago
Bernabé González
2252ac1dde
customize tab badge color (#1932 )
7 years ago
bogobogo
93739b50e2
Update README.md (#1958 )
7 years ago
yogevbd
32dcdc78ee
added switchToTab on iOS (#1862 )
7 years ago
Daniel Zlotin
45ef73bb5e
no process exit needed
7 years ago
Daniel Zlotin
5fc7df8743
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
7 years ago
Daniel Zlotin
b850e46357
fix android e2e and --release flags, closes #1956
7 years ago
Roman Kozlov
75ee5f51bc
[V2] Fix for #1880 (#1901 )
* animation fix
* fix tests
7 years ago
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 years ago
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 years ago
Daniel Zlotin
ff2b1f3bf8
update CONTRIBUTING
7 years ago
Guy Carmeli
5c266e4436
Finish SplahActivity if react context exists
Fixes #1938 Closes #1900
7 years ago
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 years ago
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 years ago
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 years ago
Daniel Zlotin
84f05325e0
support -- --fix for test-js
7 years ago
Daniel Zlotin
55f2984786
add xcpretty
7 years ago
Daniel Zlotin
db04a52e4a
fix e2e
7 years ago
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