react-native-pdf

React-Native, Pdf showing on android simulator but getting error on actual android device

℡╲_俬逩灬. 提交于 2020-06-01 06:22:11
问题 I have installed react-native-pdf and rn-fetch-blob packages to show pdf file.It work's fine on simulator but for some reason i am getting "Error: open failed: ENOENT (No such file or directory)". Here is my code below: import React, { Component } from 'react'; import { StyleSheet, Dimensions, View } from 'react-native'; import Pdf from 'react-native-pdf'; // Screen that shows the contents of a PDF export default class OpenPdf extends Component { static navigationOptions = { title: 'Product

Use react-native-view-pdf shows blank view

别来无恙 提交于 2019-12-11 08:18:11
问题 I use react-native-view-pdf , React Native version is 0.59.5 https://github.com/rumax/react-native-PDFView I just follow the tutorial but show blank screen. I can't figure it out. I don't know why they are showing empty screens. Step1: npm install react-native-view-pdf --save Step2: react-native link react-native-view-pdf Use the code and type react-native run-ios App.js: import React, {Component} from 'react'; import {Platform, StyleSheet, Text, View} from 'react-native'; import PDFView from