peggyrayzis/react-native-create-bridge

Move PropTypes checking in JS templates to prop-types package

peggyrayzis opened this issue · 0 comments

After editing the template, check to see if user already has prop-types in their package.json. If they don't, the CLI should remind them to yarn add prop-types. Eventually I want to edit the package.json directly but for now, this should be sufficient