UNPKG

react-native-pdf

Version:

A react native PDF view component, support ios and android platform

10 lines (7 loc) 204 B
/** * @format */ import {AppRegistry} from 'react-native'; import PDFExample from './PDFExample'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => PDFExample);