* [react] Use HTMLDialogElement for the dialog node
* Actually add the `open` property
* This update requires typescript 2.6
* Update dependents of react to also require typescript 2.6
* Added NativeModulesStatic interface which is used as a type for NativeModule var in react-native type definition.
* Now you can argument NativeModule through augmenting NativeModuleStatic.
* Added NativeModuleStatic augmentation for react-native-sensor-manager which adds the SensorManager to the NativeModules.
* Augmented DeviceEventEmitterStatic which adds type informations to 'addListener' function which works in conjunction with SensorManager.