Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattreid1/react-native-with-flutter
Integrating React Native into a Flutter app
https://github.com/mattreid1/react-native-with-flutter
Last synced: 9 days ago
JSON representation
Integrating React Native into a Flutter app
- Host: GitHub
- URL: https://github.com/mattreid1/react-native-with-flutter
- Owner: mattreid1
- Created: 2019-05-29T20:57:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:57:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T17:29:08.406Z (over 1 year ago)
- Language: Java
- Size: 682 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Integrating React Native into a Flutter app
=====================[Flutter](https://flutter.dev/) and [React Native](https://facebook.github.io/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](https://github.com/mattreid1/react-native-with-flutter/commit/1c4ef74a572913b9111a6a67de6cbf558e2a45f3) and then commit [7fe825b](https://github.com/mattreid1/react-native-with-flutter/commit/7fe825b0ea4ae64e2ed24a12e989ae176ff0a587) to see how it was implemented for Android.