create-expo-stack

CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, Restyle, Unistyles, StyleSheets, or Tamagui, and/or backend as a service such as Firebase and Supabase.

MIT License

Downloads
3.7K
Stars
1.2K
Committers
41
create-expo-stack - [email protected]

Published by danstepanov 6 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 6 months ago

Minor Changes

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 6 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

  • #236 bc891da Thanks @sammoore! - fix npm >= v7 installation due to strict peer dependency requirements of @react-native-async-storage/async-storage to react-native
create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Minor Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 7 months ago

Minor Changes

Patch Changes

  • #227 142847d Thanks @danstepanov! - validate user is using bun version v1.0.14 if they are using bun, clean up package manager detection logic, add function to fetch package manager version

  • #227 94bec4c Thanks @danstepanov! - Fix formatting of generated project when using --no-install with options that result in prettier plugins needing to be installed

  • #227 5910188 Thanks @danstepanov! - bump react-native to 73.6 for expo sdk 50

  • cfc261a Thanks @danstepanov! - automatically update the contributor list in the README

  • a2fe5b8 Thanks @danstepanov! - add check for dir being present in file path with shared project name, enhances input validation for cli

  • 3ba0544 Thanks @danstepanov! - remove project files on throw, fix project name validation

create-expo-stack - [email protected]

Published by danstepanov 8 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Minor Changes

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

  • #178 3061323 Thanks @finnbayer! - added resolution/override for expo-modules-core to expo-router template
create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

create-expo-stack - [email protected]

Published by danstepanov 9 months ago

Patch Changes

  • 5199dce Thanks @danstepanov! - rename app.d.ts to app-env.d.ts to ensure that nativewind className property is supported per instruction from Mark Lawlor

  • f29a265 Thanks @danstepanov! - add missing route and html file for expo router templates

  • 49550e7 Thanks @gwenoleR! - Tamagui : Change Text to SizableText and H1 on Tamagui config to apply default style

    Tamagui - Expo Router : Load font on _layout to apply them on all app

create-expo-stack - [email protected]

Published by danstepanov 10 months ago

Patch Changes

  • 8729fc3 Thanks @danstepanov! - remove experimental flag from expo router

  • 8729fc3 Thanks @danstepanov! - move stack screen option configuration to screen level rather than parent layout level