The Wayback Machine - https://web.archive.org/web/20200529150118/https://github.com/infinitered/ignite/issues/1485
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated boilerplate needs to be updated #1485

Open
jamonholmgren opened this issue Oct 28, 2019 · 1 comment
Open

Generated boilerplate needs to be updated #1485

jamonholmgren opened this issue Oct 28, 2019 · 1 comment

Comments

@jamonholmgren
Copy link
Member

@jamonholmgren jamonholmgren commented Oct 28, 2019

The boilerplate that is generated with ignite plugin new ignite-my-boilerplate is hopelessly out of date.

Link: https://github.com/infinitered/ignite/blob/master/src/templates/plugin

  1. The React Native version is really old
  2. It uses context rather than toolbox
  3. It uses parameters.third which is wrong (should be parameters.first)
  4. It uses ava for testing rather than jest
  5. No TypeScript support

This could really use some love!

@morgandonze
Copy link
Contributor

@morgandonze morgandonze commented Feb 13, 2020

  • update RN version
  • change context to toolbox
  • Fix: It uses parameters.third which is wrong (should be parameters.first)
  • Fix: It uses ava for testing rather than jest
  • Add typescript support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.