-
Notifications
You must be signed in to change notification settings - Fork 57
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
[feature] Add support for React Native #113
Comments
I think react-native will always fail to execute with node-id3 due to the fs/zlib module import. |
Thank you for your response. Anyways, it was just an idea, I think it will be fairly used. |
Not sure what the problem is then, sorry. As a workaround, you can also pass a buffer to ID3.read() instead of a filepath. Same for ID3.write() and ID3.update() |
I will give it a try, thank you! |
Some thoughts for the future:
|
Hi!
I would like to use this package in my React Native project for reading and writing id3 tags to mp3 files. I have tried to make it working myself, but I can't get it to work.
Is there any chance this package could be compatible with React Native?
Thanks in advance!
The text was updated successfully, but these errors were encountered: