xcarpentier / rn-pdf-reader-js

📄 PDF reader in JavaScript only for Expo - Android & iOS capable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS : Icon bug: icon is missing or invalid

jamesst20 opened this issue · comments

Issue Description

The icon is missing

Screen Shot 2020-09-10 at 1 45 02 PM

Steps to Reproduce / Code Snippets

Make a full build through expo.io for iOS (otherwise the icon will be fine)

export default class PdfViewer extends Component<Props> {
  render() {
    const source = { base64: this.props.route.params.url };

    return (
      <PDFReader
        source={source}
        withPinchZoom={true}
        withScroll={true}
      />
    );
  }
}

Additional Information

  • Nodejs version: 14.3
  • React version: 16.11
  • React Native version: 0.62.2
  • rn-pdf-reader-js version: 4.1.1
  • Platform(s) (iOS, Android, or both?): iOS
  • TypeScript version: 3.9.7
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.