React-JUCE for Mobile Android/iOS #248
Replies: 1 comment 2 replies
-
Hi @NickolayGerasimenko, sounds great!
Interesting, can you share some of the build errors?
I'll admit that I haven't tried compiling any of my react-juce projects for Android yet, but I have successfully compiled and run my own plugins both on desktop and iOS (both as a standalone and as AUv3). Because it's all JUCE under the hood, we should theoretically be able to offer React-juce mobile support as much as JUCE itself supports mobile. I hope we can get it there without too much effort as well! I'm interested to take a look at the build errors and see what needs fixing |
Beta Was this translation helpful? Give feedback.
-
Hi,
We started exploring react-juce to replace our current react-native implementation.
For desktop, all goes pretty well.
But faced a lot of stoppers(C++ compilation errors) trying to build React-JUCE for Android.
We need to support desktop/mobile versions.
What is the current state of React-JUCE for mobile development?
Beta Was this translation helpful? Give feedback.
All reactions