Commit Graph

24 Commits

Author SHA1 Message Date
Alec Winograd
d25f6d0f41 update tests 2017-11-28 11:53:41 +01:00
Andy
e40d7b5227
react-navigation: Fix lint (#21173) 2017-11-01 10:28:36 -07:00
Andy
a11a781688
Fix some no-empty-interface lint errors (#21144) 2017-10-31 10:52:41 -07: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
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
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
tsai phan
9a456fefcf [react-navigation] strictNullChecks, and tests. 2017-06-30 12:28:18 +08:00
Peter Jihoon Kim
aa5ba74640 [react-navigation] Fixed type definitions for NavigationActions.* 2017-06-27 12:59:10 -07:00
abrahambotros
56020af821 [react-navigation] Fix and extend tests 2017-06-24 09:22:23 -07:00
abrahambotros
ce410568cb Merge branch 'master' into react-navigation/update-from-flow 2017-06-24 08:54:29 -07:00
Aleksandar Toplek
21b6583720 Added test 2017-06-21 09:24:38 +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
abrahambotros
cf39e7e9bd [react-navigation] Add test to navigate to next screen 2017-06-15 08:48:33 -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
Fang-Pen Lin
0ed23c222c
Update test for Transitioner 2017-06-09 13:50:42 -07:00
Jeremi Stadler
f113c7a5e7 [React-Navigation] Add tabConfig tests
Specifically to test the tabBarComponent property
2017-05-29 14:34:58 +02:00
Habibi
1cfe9350bb Fix missing import in the test 2017-05-13 19:58:36 +07:00
Habibi
e3fdd2698a Fix react-navigation typo “tabBarLabel” 2017-05-13 19:10:05 +07:00
huhuanming
7547cd219a Add React navigation (#16223)
* Add react-navigation Types

* Add actions

Functions : https://reactnavigation.org/docs/navigators/navigation-actions
Note: the `type` option has to be optional because if not, we have to add it when we use one of actions.

* Support of Screen Navigation Options

For Stack, Tab and Drawer

* Add Generic for NavigationNavigatorProps params

* NavigationParams: any type of param

* Add Tab and Drawer Navigators

* Use of ViewStyle and TextStyle

* Improve tsconfig.json && tslint.json

* Add Test

* fix test

* fix lint
2017-05-01 12:35:36 -07:00