Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-school/expo-typescript-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-school/expo-typescript-template

A simple Expo template with navigation, testing, and linting setup.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by800%
Maintainers
1
Weekly downloads
 
Created
Source

React Native School TypeScript Expo Template

A simple Expo template with the following features:

  • All TypeScript
  • Eslint & Prettier configured
  • React Navigation v6
  • Testing Configured
  • Simple project structure
  • Small component library to get started with

It's easy to create a project, strip out the few components included, and still have the architecture in place to quickly start building an app.

Usage

Be sure to have the Expo CLI installed.

expo init --template @react-native-school/expo-typescript-template
  • Run on iOS: yarn ios or npm run ios
  • Run on Android: yarn android or npm run android
  • Run on Web: yarn web or npm run web
  • Compile TypeScript: yarn tsc
  • Run Tests: yarn test or npm run test
  • Lint Code: yarn lint or npm run lint
  • Format Code: yarn format or npm run format

Screenshots

List Screen List Screen

Text Screen Text Screen

Form Screen Form Screen

Button Screen Button Screen

Keywords

FAQs

Package last updated on 26 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc