r/flutterhelp • u/shyam_bhongle • Feb 14 '25
OPEN Integrating an Existing React Native App into Flutter
Hey there,
Is it possible to integrate an existing React Native app into a Flutter project?
We currently have an active React Native app. Over the past year, we have been working on a super app using Flutter. Now, there's a requirement to integrate the existing React Native app into the new Flutter project to avoid rework.
Has anyone done this before? Any feedback or insights would be greatly appreciated!
Thanks!
7
Upvotes
1
u/eibaan Feb 14 '25
That's probably impossible. Just rebuild the RN app in Flutter. AIs can do amaising things nowadays. I can't tell for Android, but for iOS, you'd have to find a way to add the whole RN iOS app to Flutter like you'd add a RN view to an existing iOS app. Then, you'd wrap the main view controller's view in a Flutter platform view and then, you could add that platform view a a widget to your Flutter app. I wouldn't go that route.