react-native-website icon indicating copy to clipboard operation
react-native-website copied to clipboard

refactor: removed mention of js polyfills that are not used any more

Open ecreeth opened this issue 2 years ago • 1 comments

Summary

Both JSC and hermes implements these methods, so we aren't using a polypill version of them.

  • Array.from
  • Array.prototype.includes
  • Array.prototype.{find, findIndex}
  • Object.{entries, values}
  • Object.assign
  • String.prototype.{startsWith, endsWith, repeat, includes}

See string-functions, object-functions and array-functions for reference.

ecreeth avatar Oct 10 '23 13:10 ecreeth

Deploy Preview for react-native ready!

Name Link
Latest commit e7fac9680131e59ca7ed75728e6d1e602c31488d
Latest deploy log https://app.netlify.com/sites/react-native/deploys/652552053cfb390008dbf748
Deploy Preview https://deploy-preview-3875--react-native.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Oct 10 '23 13:10 netlify[bot]