If I own a React Native code for a mobile app, would I be able to import that code and edit it visually without having to write code? I bought a WordPress theme which came with a mobile app included and would love to add more functionality to it.
Due to how the platform is structured and the highly optimized nature of our runtime, importing a whole React Native project is not feasible – a project can be set up in so many different ways that importing e.g. the whole state management code and mapping it onto our state management code would be essentially impossible.
However, with our upcoming third-party plugins feature (https://tracker.appgyver.com/feature-requests/p/custom-react-native-react-web-plugins) you will be able to package specific React Native code into a format that can then be brought in to Composer and used alongside the other components.