Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 920 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 920 Bytes

Integrating React Native into a Flutter app

Flutter and React Native are both cross platform frameworks for developing mobile apps.

Each framework has its own advantages and disadvantages (i.e. Flutter has better performance but React Native is more established and so has better community support). As such, this project aims to combine the best of both worlds by integrating React Native into a Flutter mobile app.

Currently, only the Android implementation works. iOS will be added in the future.

Android implementation

Check commit 1c4ef74 and then commit 7fe825b to see how it was implemented for Android.