- Android (Kotlin)
- IOS (Swift)
Library | Version | Ref |
---|---|---|
Flutter | 3.0.5 | https://docs.flutter.dev/development/tools/sdk/releases?tab=macos |
React Native | 0.69.3 | https://www.npmjs.com/package/react-native |
- check changes. https://github.com/HillLiu/flutter_call_react_native/pull/3/files
- Android entrypoint
- IOS entrypoint
- xcode-project-pbxproj
- A command-line tool help u add all folder files to xcode project.pbxproj.
- https://www.npmjs.com/package/xcode-project-pbxproj
- install
yarn
cd ios
pod install
- Run react-native and flutter in different screen.
npx react-native start
flutter run