We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't even import this library without seeing this error:
Cannot read property 'RNFSFileTypeRegular' of undefined
I've properly installed and linked react-native-fs, followed instructions thoroughly 3x.
Import looks like this:
import fileType from 'react-native-file-type';
Any ideas? This would be really useful, and should save me a big hassle using just 'file-type'
The text was updated successfully, but these errors were encountered:
Thanks @hrag for raising the issue.
Based on shared information, I believe, you are using RNFS -> 3.0 and above. Personally I have tested only on 2.x
Looks like it is the problem within RNFS. Could you please check their repository -> issues, if anyone else might have faced the similar issue.
If you find any solution, please share it with us as well.
Thanks </ Pranav >
Sorry, something went wrong.
prscX
No branches or pull requests
I can't even import this library without seeing this error:
I've properly installed and linked react-native-fs, followed instructions thoroughly 3x.
Import looks like this:
Any ideas? This would be really useful, and should save me a big hassle using just 'file-type'
The text was updated successfully, but these errors were encountered: