philipphecht / react-native-doc-viewer

React Native Doc Viewer (Supports file formats: xls,ppt,doc,xlsx,pptx,csv,docx,png,jpg,pdf,xml,binary ...)
MIT License
94 stars 116 forks source link

change default export to avoid import errors in testing #90

Closed sam1463 closed 6 years ago

sam1463 commented 6 years ago

default export RNReactNativeDocViewer without specifying attributes to avoid erroring when NativeModules.RNReactNativeDocViewer is undefined (this occurs when importing while running unit tests, for example).

Resolves #89