Can I use the same project to run an application that was build using React Native or Flutter on both Mac and iPhone or do I need to build to two separate project for each platform.
or would be it is better to build the app using Swift
CodePudding user response:
you can build app for different platform from just one project in Flutter
CodePudding user response:
On flutter you can develop once and distribute on different platforms, including apple's. On react native you can't