简体   繁体   中英

Add existing native project Android in exist project React-Native

I have a native Android project and another iOS, and I need to create a base app in React-Native, so I wanted to put the two native ones inside the React-Native project, is this possible? If yes, how?

You have to do React Native Bridge for iOS and Android.

To better understand the concept of react native bridging you can go through below Link.It will provide you basic understanding of react native bridging in Android and IOS.

Click Here for Explanation .

Hope it helps !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM