JoshMarler / react-juce

Write cross-platform native apps with React.js and JUCE
https://docs.react-juce.dev
MIT License
763 stars 79 forks source link

Possibility to create an app for Android? #298

Open josebedoyas opened 2 years ago

josebedoyas commented 2 years ago

Hello! I'm new programming in React native but I have some knowledge in JUCE and I'm creating an android application; I would like to know if this framework allows me to make the application and all the graphic section in Reac native and that the processing or "audio engine" is done by JUCE? If so, is there any additional step to run it with Android studio as I normally do with an application developed entirely in JUCE? What are the limitations of this framework with respect to graphics?