# New React Native E-Commerce app template available with SpiroKit!

For the last few weeks, I've been working on this massive e-commerce React Native app template.
![E-commerce app template](https://i.imgur.com/qEsULxj.jpg)

It includes 18 fully functional screens, including:

**Onboarding, Sign in, Sign up flow**
![Onboarding, Sign in, Sign up flow](https://i.imgur.com/OlwYRdL.png)
**Home screen with carousels to display different products**
![Home screen with carousels to display different products](https://i.imgur.com/iLyREfF.png)
**Search screen with filter functionality**
![Search screen with filter functionality](https://i.imgur.com/MM5WtT0.png)
**Detail screen with color and size selector, Profile screen, and Favorites screen**
![Detail screen with color and size selector, Profile screen, and Favorites screen](https://i.imgur.com/rzz3oHS.png)
**Checkout flow, including payment action sheet and 2 additional screens to add payment methods and delivery addresses**.
![Checkout flow, including payment action sheet and 2 additional screens to add payment methods and delivery addresses](https://i.imgur.com/BkbnpA1.png)

Besides, every single screen was adapted for light mode too:
![E-commerce template also available in light mode](https://i.imgur.com/8aiG7G5.png)

This template is full of new reusable components that will be added later in SpiroKit, but you can start using them today.

As with the previous [Travel App template](https://github.com/spirokit/travel-app-template-typescript), you can try this new template by running the following command:

```bash
expo init my-ecommerce-app --template @spirokit/ecommerce-app-template-typescript
```

Here's the [repo](https://github.com/spirokit/ecommerce-app-template-typescript) in case you want to take a look at the code.

If you have any questions about it, don't hesitate to reach out at mauro@spirokit.com or send my a DM on Twitter [twitter.com/mauro_codes](twitter.com/mauro_codes)

Happy coding!
