What js interpretation engine interprets the js code in react-native on Android phones?

react-native is interpreted and mapped to native code by Safari"s interpretation engine javascriptCore in IOS devices;
what js interpretation engine is used in Android? Is it v8?


seems to be JavaScriptCore

Menu