From 3ec08ed7544f1672d613126d19145d5435be2ff5 Mon Sep 17 00:00:00 2001 From: yezian Date: Fri, 29 Dec 2023 00:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d684e31 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# @rneui/template + +## React Native Elements Expo Template + +### Usage + +#### Stable + + expo init app --template @rneui/template + +#### Stable Typescript + + expo init app --template @rneui/template@ts + +#### Bleeding Edge (Experimental) + + expo init app --template @rneui/template@edge + +#### Bleeding Edge Typescript (Experimental) + + expo init app --template @rneui/template@edge-ts