How React native bridge takes a JavaScript file(.js) and convert it to native code like Java? does anyone knows how this process works for android? can I input my own file to bridge?
How React native bridge takes a JavaScript file(.js) and convert it to native code?
slawosz
(Sławosz)
#2
It does not. Main part of native js app is browser component which simply displays your react native app.
ericmasiello
(Eric Masiello)
#3
There’s no web browser used for React Native. See this talk for more details on how it works https://youtu.be/GiUo88TGebs