I wrote my application using my own method, at present I want to use the native reactive in our further development to avoid writing two copies of the code for iOS and Android.
The problem is that we cannot completely rewrite all the code, we want to replace the project in parts.
So I'm wondering if I can write some views on my project using reactive native, and others - native code that we have been using for a long time.
If possible, is there any existing tutorial on how to do this?
android ios native
Bin cin
source share