Skip to content

Commit

Permalink
Remove author from "react-native"; replace with "Needs A Maintainer" (D…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy authored Dec 28, 2016
1 parent f612124 commit 00d7a66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions react-native/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Type definitions for react-native 0.37
// Project: https://github.com/facebook/react-native
// Definitions by: Bruno Grieder <https://github.com/bgrieder>
// Definitions by: Needs A Maintainer <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -1931,7 +1931,7 @@ declare module "react" {
*/
data: string
}

export interface WebViewPropertiesAndroid {

/**
Expand Down Expand Up @@ -2094,7 +2094,7 @@ declare module "react" {
* Invoked when window.postMessage is called from WebView.
*/
onMessage?: ( event: NativeSyntheticEvent<WebViewMessageEventData> ) => void

/**
* Function that is invoked when the `WebView` loading starts or ends.
*/
Expand Down Expand Up @@ -2133,7 +2133,7 @@ declare module "react" {
* sets whether the webpage scales to fit the view and the user can change the scale
*/
scalesPageToFit?: boolean

ref?: Ref<WebViewStatic & ViewStatic>
}

Expand Down Expand Up @@ -2902,7 +2902,7 @@ declare module "react" {
* Whether the view should be indicating an active refresh.
*/
refreshing: boolean

ref?: Ref<RefreshControlStatic>
}

Expand Down Expand Up @@ -4882,7 +4882,7 @@ declare module "react" {
* Color of text on unselected tabs
*/
unselectedTintColor?: string

ref?: Ref<TabBarIOSStatic & ViewStatic>
}

Expand Down Expand Up @@ -6775,7 +6775,7 @@ declare module "react" {
* dialog box.
*/
requestPermissions( permissions?: PushNotificationPermissions ): Promise<PushNotificationPermissions>

/**
* Unregister for all remote notifications received via Apple Push
* Notification service.
Expand Down

0 comments on commit 00d7a66

Please sign in to comment.