-
Notifications
You must be signed in to change notification settings - Fork 32
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
Black screen #27
Comments
@ganascimento is there any progress on this issue? |
@ganascimento What version of React-Native are you using? |
@ganascimento you can see how to fix issue Black screen at here: #30 (comment) |
@thongdn Change this packages and run it will work with you |
Please could you share with me a project where it works correctly for me to see where the problem is, as I still have the black screen. |
I am having black screen problem, I already made several configurations however I did not have any progress. The code below is what I am currently using, could you help me:
import React from 'react'
import { PermissionsAndroid, View } from 'react-native'
import DocumentScanner from 'react-native-documentscanner-android'
export default class ScanDoc extends React.Component {
}
The text was updated successfully, but these errors were encountered: