NativeBase TypeScript Expo Todo List App

Followed this guide and adapted it to use Expo & NativeBase.

Usage

npx create-expo-app --template @native-base/expo-template-typescript

or

expo init my-app --template @native-base/expo-template-typescript
npm run android
npm run ios
npm run web