create-expo-stack icon indicating copy to clipboard operation
create-expo-stack copied to clipboard

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...

Results 23 create-expo-stack issues
Sort by recently updated
recently updated
newest added

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

When choosing NativeWindUI the CLI does not continue to choose other options like navigation, authentication, etc. Is it correct?

## Description Aims to add an option for initialising a project with eas ## Related Issue ## Motivation and Context Simpler eas setup ## How Has This Been Tested? ##...

When configuring a new app with Tamagui, `components/Button.tsx` does not compile when running `tsc --noEmit` ## Expected Behavior No compilation errors. ## Current Behavior I get these compilation errors ```...

In an effort to run the build on my physical device, I am trying to create a development build via EAS (not locally) and am running into the following: ```...

Fixed the issue with the typescript error on tab-navigator.tsx.ejs

I have installed a project with nativewind , firebase and drawer + tabs navigator , and on drawer-navigator.tsx there is a typescript error : Type '({ navigation }: Props) =>...

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate):

## Expected Behavior I should be able to make commits in the GitHub Desktop window, but I'm not able to. Rather, I have to run git commands in the terminal...

I am seeing a hydration error with a fresh project using the following command: ```bash npx create-expo-stack@latest my-expo-app --expo-router --tabs --nativewind --supabase --bun ``` This appears to not give any...

enhancement
good first issue
nice to have