Commit Graph

4 Commits

Author SHA1 Message Date
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
tsai phan
9a456fefcf [react-navigation] strictNullChecks, and tests. 2017-06-30 12:28:18 +08:00
Nathan Shively-Sanders
2f8bbfbe28 Add dom lib reference to react-navigation 2017-06-26 09:50:14 -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