I was searching for the possibility of creating a module for mobile applications for the different platforms whether it be android native or IOS native or cross platform web-based ( like ionic ) or React native and flutter
is there a possibility to integrate a modular application to any platform with a single language code?
i know we can make a single screen and integrate that however what if that is a medium scale application with navigation and so forth?
what we are trying to do is that we have an application that will be integrated to different clients running different platforms. and we would like to support all of them without having to rewrite the code for every platform. Thanks in advance!.