Update teact-native typings to react-native@0.34 (#11831)

* Update teact-native typings to react-native@0.34

* Address review feedback

- remove ES6 Promise definition
- replace class/type -> interface to match w/ existing definitions
- remove duplicated types: I18nManagerStatus and EmitterSubscription
Remove ES6 Promise definition

* Keep previous typings as react-native.0.29
This commit is contained in:
Vladimir Kotikov
2016-10-12 16:38:35 +03:00
committed by Masahiro Wakame
parent 584d976f55
commit 1ad10bb0dd
3 changed files with 8806 additions and 613 deletions

6092
react-native/react-native.0.29.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"noImplicitAny": true
}
}