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

Home Page:https://rn.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[cli] Type Error on Drawer + Tabs template for React Navigation

danstepanov opened this issue · comments

commented

Expected Behavior

No type errors

Current Behavior

Screenshot 2024-01-27 at 3 11 55 AM

Possible Solution

No idea

Steps to Reproduce

  1. npx create-expo-stack@next my-app --react-navigation --drawer+tabs (can use any package manager)
  2. Open newly generated project in code editor
  3. Navigate to file ./src/navigation/drawer-navigator.tsx lines 27 and 28

Context (Environment)

Node v20.10.0
npm v10.2.3

@danstepanov Thank you for handling the rest of the tasks, much appreciated, Let me fix this one

commented

@asapMaki for sure, also going to edit the commit adding drawer + tabs to be attributed to you, just way too tired atm, will do before release, thanks for your contributions!

First official open source commit 🚀 Thank you and your team for the welcoming experience