mattreid1 / react-native-with-flutter

Integrating React Native into a Flutter app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Integrating React Native into a Flutter app


Languages

Language:Java 51.5%Language:Dart 32.2%Language:Objective-C 8.0%Language:JavaScript 5.4%Language:Shell 2.9%