* add missing types which lists in the docs but not in the propTypes of src
* fix types in react-navigation
* fix `Definitions by`
* Update index.d.ts
* Update index.d.ts
* stash
* fix `Definitions by`
* add test for react-native-swiper
When using StackNavigator, there are times when you would like to trigger custom side effects on
navigation by setting the "onNavigationStateChange" prop, but don't want to override default
navigation. This PR allows for that.
* 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