Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
refactor(expo-cli): update template descriptions (#4799)
Browse files Browse the repository at this point in the history
Co-authored-by: Kornel Dubieniecki <[email protected]>
  • Loading branch information
byCedric and lekterable authored Dec 23, 2023
1 parent 0a11ffa commit 83b36ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/expo-cli/src/commands/initAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ const FEATURED_TEMPLATES = [
{
shortName: 'blank (TypeScript)',
name: 'expo-template-blank-typescript',
description: 'same as blank but with TypeScript configuration',
description: 'blank app with TypeScript enabled',
},
{
shortName: 'tabs (TypeScript)',
name: 'expo-template-tabs',
description: 'several example screens and tabs using react-navigation and TypeScript',
description: 'File-based routing with TypeScript enabled',
},
'----- Bare workflow -----',
{
shortName: 'minimal',
name: 'expo-template-bare-minimum',
description: 'bare and minimal, just the essentials to get you started',
description: 'blank app with the native code exposed (expo prebuild)',
},
];

Expand Down

0 comments on commit 83b36ef

Please sign in to comment.