UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

6 lines (5 loc) 180 B
/// <reference types="react" /> declare module 'react-lifecycles-compat' { import * as React from 'react'; function polyfill(component: React.ComponentClass<any>): void; }