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

create-universal

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-universal

Cross-platform Expo project generator

  • 0.1.2
  • npm
  • Socket score

Version published
Weekly downloads
21
increased by2000%
Maintainers
1
Weekly downloads
 
Created
Source

create-universal

Cross-platform Expo project generator to bootstrap an app that runs on iOS, Android, and web.

Includes typescript, expo, expo-router and some other expo- packages, react-native-web, react-native-svg, react-native-svg-transformer, gluestack-ui, eslint, prettier, etc.

Usage

npm create universal app your-app-name

Explanation

This essentially does the following:

  • Install base dependencies with npm create -y expo -- -y --template tabs your-app-name
  • Replace tabs example with a bare-bones template
  • Add some config like eslint and prettier with eslint-config-universe
  • Add some extra dependencies like gluestack-ui
  • Format code based on the config

Then you can simply run the following to see the web version of your new app:

cd my-app && npm start

FAQs

Package last updated on 03 Nov 2023

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