expo-template-reactrouter-nativebase
v1.2.1
Published
An alternative template to the default expo-template configured wiht `yarn workspaces` and the following libraries:
Downloads
9
Readme
Expo Template With Typescript, React Router & NativeBase
An alternative template to the default expo-template configured wiht yarn workspaces
and the following libraries:
react-router
instead of react-navigation, with utils for ease of usageNativeBase
as the base of all ui components including wrappers to handle Paragraphs and Tables easier and consistentlyeslint and prettier and madge
pre-configured with recommended standardsjest
for unit testing
Pre-requisites
You should be running Node >=18 and yarn >=3
Usage
Start a new expo project referencing this template:
npx create-expo-app --template expo-template-reactrouter-nativebase
Install dependencies with yarn
cd my-app
yarn