Commit Graph

71 Commits

Author SHA1 Message Date
Arthur Ozga
fcd5dee4f8 Merge pull request #24177 from arnibarnason/master
[react-navigation]: Adding pop and popToTop to NavigationActions
2018-03-15 12:37:05 -07:00
Arthur Ozga
6c2335f31b Merge pull request #24214 from abrahambotros/react-navigation/remove-contributor
[react-navigation] Remove self (abrahambotros) from contributor list
2018-03-15 12:30:45 -07:00
Arthur Ozga
9a07085198 Merge pull request #24232 from aitemr/master
fix(react-navigation): add iconStyle
2018-03-15 12:26:27 -07:00
cliedeman
b58703728a Added types for switch navigator 2018-03-14 15:42:43 +02:00
Islam Temirbek
705de9c4e5 fix(react-navigation): add iconStyle 2018-03-12 16:34:30 +06:00
abrahambotros
edea86b3f4 Remove self (abrahambotros) from contributor list 2018-03-10 15:46:05 -08:00
Árni Benedikt Árnason
994f2993af Revert "Overloaded navigate method to handle new navigation options parameters"
This reverts commit 94a484cff4.
2018-03-09 17:26:15 +01:00
Árni Benedikt Árnason
94a484cff4 Overloaded navigate method to handle new navigation options parameters 2018-03-09 17:20:33 +01:00
Árni Benedikt Árnason
439ab93ba5 Added pop and popToTop NavigationActions for react-navigation 2018-03-09 11:46:25 +01:00
Steven
ce73af4e00 fixed error in react-navigation preventing declaring navigationOptions as a function (#23879) 2018-02-26 13:35:23 -08:00
Roberto Huertas
c37774d139 fixes issue #23759 (#23824) 2018-02-26 12:32:41 -08:00
Tim Wang
4739cf80e4 Make getStateForAction lastState optional 2018-02-26 16:53:56 +08:00
Tim Wang
820f42b0ff Fix addNavigationHelpers type 2018-02-26 15:49:42 +08:00
Tim Wang
07f5f260a9 Fix format and outdated comment 2018-02-26 14:34:40 +08:00
Tim Wang
9ef92bafb5 Replace React.ComponentType to React.ReactType 2018-02-26 14:29:37 +08:00
Tim Wang
32071c40b8 Refactor react-navigation types based on 1.2.0 flow type 2018-02-26 13:54:38 +08:00
Qibang
1547f30dd1 chore: exports Header component (#20706) 2017-10-23 14:52:23 -07:00
Andy
72bc73d061 react-*: Fix lint (#20825) 2017-10-23 07:31:51 -07:00
Jan Karres
8b75e6e5ed Bugfix set not required DrawerViewConfig options to optional (#20349) 2017-10-06 10:24:05 -07:00
Andy
a572fbd60d react-navigation: Use StyleProp on all "style" properties (#19611) 2017-09-07 09:12:45 -07:00
Andy
9f86de041a react-navigation: Fix compile errors (#19610) 2017-09-07 08:38:56 -07:00
Tim Wang
fa00e46e93 Use TextStyle for navigation text related style properties 2017-08-15 23:37:34 +08:00
Kyle Roach
2742c2dbc8 [react-navigation] Adds createNavigator, createNavigationContainer (#18217) 2017-08-14 12:10:49 -07:00
Charles Bunton
93b267aec8 Undeclared DrawItems and Unacceptable Value for contentComponents Attribute (#18359)
* The  method isn't declared type and the contentComponent attribute in  doesn't accept methods that return a react element

* changed drawItems declaration
2017-08-09 11:49:26 -07:00
HAMPLENI
a16df7e3ff [react-navigation] Allowing tabBarLabel function to return string (#18354) 2017-08-01 16:21:04 -07:00
tsai phan
8f0b5485dc Merge github.com:DefinitelyTyped/DefinitelyTyped 2017-07-06 12:35:40 +08:00
Kyle Roach
93acafe448 [react-navigation] Added StackRouter 2017-07-01 07:52:35 -04:00
Kyle Roach
aef3396e69 [react-navigation] Added TabRouter 2017-06-30 00:40:56 -04:00
tsai phan
ac8c3392a0 route params, headerBackTitle fixups or so. 2017-06-29 13:24:40 +08:00
Peter Jihoon Kim
aa5ba74640 [react-navigation] Fixed type definitions for NavigationActions.* 2017-06-27 12:59:10 -07:00
abrahambotros
ce410568cb Merge branch 'master' into react-navigation/update-from-flow 2017-06-24 08:54:29 -07:00
Nathan Shively-Sanders
cd841d7958 Merge pull request #17320 from AleksandarDev/react-navigation-container-style
[@types/react-navigation] Added style prop to NavigationContainerProps
2017-06-22 16:09:25 -07:00
Tanguy Krotoff
b81d97133a Merge branch 'master' into react-default-type-arguments 2017-06-20 22:39:06 +02:00
Aleksandar Toplek
0f0504a28c Update index.d.ts 2017-06-20 12:49:35 +02:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
abrahambotros
258b650f0e Merge branch 'master' into react-navigation/update-from-flow
[react-navigation]
* Move Transitioner types, move tests into class, minor fixes
2017-06-18 15:48:47 -07:00
abrahambotros
c5ab866dbc [react-navigation] Minor fixes 2017-06-18 15:21:51 -07:00
Andrew Linfoot
2d9acea80a Allow null values to be passed to navigation.goBack() 2017-06-15 18:30:20 -07:00
Mine Starks
175758eef1 Merge pull request #17096 from fangpenlin/react-navigation/transitioner
Export Transitioner for react-navigation
2017-06-15 16:50:15 -07:00
abrahambotros
dbdfb4a24f [react-navigation] Move NavigationActions namespace, add todo for possibly removal 2017-06-15 09:41:00 -07:00
abrahambotros
f06d27ff0a Merge branch 'master' into react-navigation/update-from-flow 2017-06-15 09:35:03 -07:00
abrahambotros
9f822c4b07 [react-navigation] Update reference commit link to tree link 2017-06-15 09:00:56 -07:00
abrahambotros
28fc9fb21b [react-navigation] NavigationParams fixes 2017-06-15 08:56:11 -07:00
abrahambotros
4ba39d4016 [react-navigation] Fix linter errors 2017-06-15 08:40:23 -07:00
abrahambotros
e34616fd3c [react-navigation] Improve test, add screen component props type checks 2017-06-14 23:00:52 -07:00
abrahambotros
e5843ac8f5 [react-navigation] Misc fixes and improvements 2017-06-14 22:53:46 -07:00
abrahambotros
9be2563bfc [react-navigation] Typed generic for NavigationRoute
* Also add NavigationParamsGeneric and screenProps additional placeholder
  types
* Add custom/convenience wrapper section, including NavigationScreenProps
2017-06-14 21:44:43 -07:00
abrahambotros
4312a93b45 [react-navigation] Fix flow Object -> TS any 2017-06-14 21:17:12 -07:00
abrahambotros
19d0ec2398 [react-navigation] Additional fixes and cleanup for defs outside TypeDefinition.js 2017-06-14 21:05:46 -07:00
Andrew Linfoot
b9ff8d230e Add support for NavigationActions.init() action creator
See https://github.com/react-community/react-navigation/blob/master/src/NavigationActions.js#L70
2017-06-14 20:48:16 -07:00