-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
How I can run this library in my react native project. I need to create a mobile app #30
Comments
I tried to port it to react native, but it is not so easy ... |
Any alternative code reference or full source code of Android app @freeboub |
Unfortunately it was not successful, but I can share the code 'as is' (if I still have it). |
@louis49 Can you provide Android & iOS Code in Java and Swift for TV Remote |
Same problem here when I add androidtv-remote to a react native/typescript project I get an error about the crypto depdencies:
It would be great to fix it inside this project because other solutions implies to play with react-native-quick-crypto or crypto-browserify or rn-nodeify and it's a bit clumsy. Update: I followed the crypto-browserify path since I don't need crypto performance:
Inside babel.config.js:
The last error is about missing systeminformation on react ,native and for this one, I think it would be better to fix directly the source code instead of provinding a ugly hack. Don't even know if this project is still maintained... |
Here is my progress: digitalbazaar/forge#1079 Actually I have removed dependecies on specific node modules (crypto, fs path, systeminfomation) https://github.com/vricosti/androidtv-remote/tree/dev/simplify-deps at the end I have a freeze as soon as I instantiate AndroidRemote... I have progressed and finally I think the last part is to manage to replace tls module: |
No description provided.
The text was updated successfully, but these errors were encountered: