React native and flutter

Hello, I have an application that uses both React Native and Flutter, meaning it displays a Flutter module within a React Native project. When I try to run this on Project IDX, I’m not sure if I failed to set up the necessary development environment correctly or if Project IDX doesn’t support an infrastructure to run both applications together. Could you help me with this?

here is my repo; GitHub - oznfc/expoflutter
I want to run expo-futter

It sounds like you’re trying to integrate both Flutter and React Native within the same application, which can be a complex setup. Project IDX may have certain limitations or require specific configurations to support this kind of hybrid infrastructure.

To troubleshoot, make sure both Flutter and React Native environments are set up properly. You might need to ensure that the Flutter module is correctly embedded within your React Native project, and that both toolchains are configured to coexist. Also, check if Project IDX supports running hybrid frameworks like this.

If you’re still having trouble, it might be worth reviewing the documentation of both frameworks and seeing if others have faced similar issues. Here’s a detailed comparison of both frameworks: Flutter vs React Native. This could help you figure out the best way to approach your integration. Good luck!

Thanks for sharing your setup. Running both React Native and Flutter together can be tricky, especially in cloud environments like Project IDX. It’s possible that IDX doesn’t fully support this kind of mixed setup yet. From what I understand, Flutter modules inside React Native projects often need special native configurations, which might not work out of the box in IDX. You might want to try running the project locally on your machine first to make sure everything is set up correctly. If that works, then at least you’ll know the issue is with IDX and not your code.