Integrate with existing native app without expo convert

Hi there, I am a web developer based in China, just a question about integrating the expo (CRNA) app with existing native project (which is maintained by another native developing team), in the old way, we use the original RN to build the JS bundle, then another team link that to local scheme, so the app can load it. But obviously it is not the way Expo works, so what should be my output to the native team and how do i do it ? Thanks a lot

Assuming that it is not possible for the native team to expo convert the whole existing project temporarily ( in that way they will lose their job :slight_smile:

In the mean time, I will try to do the AppRegistry.registerComponent as usual and create extra index.ios.js and index.android.js file for bundle entry, but I am just not sure how to do the bundle thing with expo and CRNA

UPDATE:

I have bundle and zipped the bundlejs in the old way, trying to test with exsiting app