Skip to content

Instantly share code, notes, and snippets.

View apolkingg8's full-sized avatar
🍊
ORANGGGGGEEEEE!!!

Eddie Hsu apolkingg8

🍊
ORANGGGGGEEEEE!!!
View GitHub Profile
@apolkingg8
apolkingg8 / react-native.d.ts
Last active September 7, 2015 01:03 — forked from bparadie/react-native.d.ts
Incomplete react-native.d.ts, requires react.d.ts from DefinitelyTyped
declare module "react-native" {
import * as React from 'react';
import {ComponentClass, ReactType, ReactNode, ReactElement} from 'react';
export * from 'react';
/**
* Represents the completion of an asynchronous operation
* @see lib.es6.d.ts