Announcing the new SpiroKit v2 templates
7 new templates rebuilt from scratch, using the new SpiroKit v2 + Expo SDK 49 + Expo Router v2

Search for a command to run...
7 new templates rebuilt from scratch, using the new SpiroKit v2 + Expo SDK 49 + Expo Router v2

Hey Carlos! Yes! It’s the last one from my list 💪 are you using the universal template from v1?
I'll keep you posted about the progress with the universal template. should be ready soon!
Carlos Hey Carlos! Just wanted to let you know that I just published the new universal app template. Upgraded with SpiroKit v2, Expo SDK 49, and all the good stuff :D I also updated this blog post to include that template in the list. Let me know how that goes.
Cheers!
Many thanks Mauro Garcia for your quick reactivity!
💡 This is the third part of the "Collecting payments" series. Before proceeding, make sure to read Part 1, Part 2 & Part 3 We've finally reached the last part of the series! With all the tedious aspects taken care of, we just need to connect everyt...

💡 This is the third part of the "Collecting payments" series. Before proceeding, make sure to read Part 1 and Part 2 Before diving into this third part, I highly recommend watching this video to become familiar with some essential RevenueCat conce...

💡 This is the third part of the "Collecting payments" series. Before proceeding, make sure to read Part 1 SpiroKit for SaaS In case you want to save weeks of painful hours of work & research on your next React Native app, checkout SpiroKit for Sa...

Introduction Creating a mobile app involves numerous challenges and time-consuming tasks that must be completed before we can release our app in the stores. In-app purchases and subscriptions are especially difficult examples of this. They require co...

Building apps take time Building a mobile app is a challenging task. From coming up with an idea, prototyping, and finally building the app, there are many things to consider and problems we'll have to figure out: How do we make sure the entire app ...

I'm pleased to announce that I finished migrating all the existing v1 templates to the new SpiroKit v2! 🥳️
It took a little bit more than I initially expected, primarily because all the new templates use Expo Router v2 instead of React Navigation. 😅
I also took the time to rename all the existing templates, so v2 is the default now.
Remember that all these templates are included for free with your SpiroKit license. No matter when you bought it.
Here's the complete list of all the available templates:
The official SpiroKit v2 blank template for Expo SDK 49 + Typescript + Expo Router v2
npx create-spirokit-app@latest --template expo-template-typescript
The official SpiroKit v2 blank template for Expo SDK 49 + Expo Router v2 (JS only)
npx create-spirokit-app@latest --template expo-template
The official SpiroKit v2 blank template for NextJS with Typescript (Web only)
npx create-spirokit-app@latest --template nextjs-template-typescript
The official SpiroKit v2 universal app template with Solito + Expo SDK 49 + NextJS + Typescript
npx create-spirokit-app@latest --template universal-app-template
The official SpiroKit v2 template for Supabase + Expo SDK 49 + Expo Router v2
npx create-spirokit-app@latest --template expo-supabase-template-typescript
A SpiroKit v2 E-Commerce app template with Typescript + SDK 49 + Expo Router v2
npx create-spirokit-app@latest --template ecommerce-app-template
A SpiroKit v2 Travel app template with Typescript + SDK 49 + Expo Router v2
npx create-spirokit-app@latest --template travel-app-template
If you still want to use v1, most of the templates are available with the "-v1" suffix.
Next week, I'll work on the new Storybook documentation portal for v2, so stay tuned!
As always, if you have any questions, please reach-out via email at mauro@spirokit.com or leave me a DM on Twitter.
Happy coding!