-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working in android and iOS both #195
Comments
Exact same problem here... I tried to do the same trick as this issue : react-native-webview/react-native-webview#2920 |
Create your own component name copy the bundleContainer.js to components directory Its working well in IOS and Android
Happy Coding! |
Resolveu, muito obrigado! |
Thanks for the solution ! @xcarpentier hi, can you merge this fix on Master ? |
Issue Description
while loading pdf in this package we getting error in android and white screen in the IOS
In android
Steps to Reproduce / Code Snippets
//import libraries
import { NavigationContainer } from '@react-navigation/native';
import React, { Component } from 'react';
import { View, Text, StyleSheet } from 'react-native';
import PDFReader from 'rn-pdf-reader-js'
// create a component
const PdfViewer = (props) => {
};
//make this component available to the app
export default PdfViewer;
Expected Results
view pdf
Additional Information
The text was updated successfully, but these errors were encountered: