mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
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:
committed by
Masahiro Wakame
parent
584d976f55
commit
1ad10bb0dd
6092
react-native/react-native.0.29.d.ts
vendored
Normal file
6092
react-native/react-native.0.29.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3321
react-native/react-native.d.ts
vendored
3321
react-native/react-native.d.ts
vendored
File diff suppressed because it is too large
Load Diff
6
react-native/tsconfig.json
Normal file
6
react-native/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"noImplicitAny": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user