Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
914 stars 69 forks source link

Build-in polyfills or transformed features out of box #127

Closed retyui closed 1 year ago

retyui commented 2 years ago

I worked on table https://retyui.github.io/react-native-compat-table/ to compare JS features/engines

And found out, that some of them not available:

React Native use a promise module


By default used a metro-react-native-babel-preset

Kudo commented 2 years ago

hi there! as you mentioned, even v8 supports native Promise, react-native will still polyfill Promise. how did you verify the Promise supportness for v8?

btw, the comparison looks promising. great job 🤩

retyui commented 1 year ago

not relevant any more