brodybits / create-react-native-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for Node.js pre-10 in 2020

brodybits opened this issue · comments

updated April 2020:

  • update engines field, which has been added (#37), to specify minimum Node.js version of 10
  • start using a feature such as fs/promises that is not supported on older Node.js versions (not needed now that please-upgrade-node is used to check the Node.js version and exit with a descriptive message if needed)