Socket
Socket
Sign inDemoInstall

@echobind/expo-typescript

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@echobind/expo-typescript

Expo Starter template with TypeScript


Version published
Weekly downloads
33
decreased by-8.33%
Maintainers
6
Weekly downloads
 
Created
Source

An opinionated [Expo](https://docs.expo.dev) Bare Workflow template that will allow you to start a new React Native project quickly with TypeScript, Prettier, ESLint, and some custom configurations that will make development process better. 💖

Echobind Expo Bare Workflow TypeScript Template


Quick start

  1. Install Expo CLI with npm install --global expo-cli or yarn global add expo-cli.
  2. Create new React Native project with expo init --template @echobind/expo-typescript.
  3. Change directory to your project's folder with cd <your-project-name>.
  4. Run Metro Bundler with yarn start.
  5. Build and run the project with yarn ios or yarn android.

Happy hacking! 🤓

TODOs

  • Contexts (any reusable ones)
  • Common reusable UI components
  • Expo splashscreen
  • Hopefully some e2e testing

Available commands

  • yarn start - start Metro Bundler.
  • yarn ios - build and run iOS.
  • yarn android - build and run Android.
  • yarn lint, lint:fix - check code for errors.
  • yarn g:<generator name> - generate some code (see package.json for specific scripts).

Keywords

FAQs

Package last updated on 25 Mar 2022

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