Edited to clarify what's involved in this.
What we mean by "integration" is specifically at the JavaScript level. When running in a React Native app, we want Babylon Native to be able to "piggyback" on the JavaScript environment that's already being created and used by React Native. There are quite a few challenges to making that happen, many of which were motivating factors behind the rearchitecting work done in #157. However, a number of challenges remain (and more are likely to be discovered).
Edited to clarify what's involved in this.
What we mean by "integration" is specifically at the JavaScript level. When running in a React Native app, we want Babylon Native to be able to "piggyback" on the JavaScript environment that's already being created and used by React Native. There are quite a few challenges to making that happen, many of which were motivating factors behind the rearchitecting work done in #157. However, a number of challenges remain (and more are likely to be discovered).