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

rn-boiler-template

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-boiler-template

Clean and minimalist React Native template for a quick start with TypeScript and components

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to the Boilerplate React Native

How to build

  • Install react native https://reactnative.dev/docs/getting-started
  • Create new project npx react-native init <yourProjectName> --template react-native-template-typescript
  • Copy all file to your project without package.json and preview.gif files
  • Modify your package.json :
    • Replace your script tag by my script tag
    • Append my dependencies tag to your dependencies tag
    • Replace your devDependencies by my devDependencies tag
  • Install package npm install or yarn or yarn yarn-ios(ios) (recommended)
  • Run your app npx react-native run-android/ios or yarn android/ios or npm run android/ios
  • Notes

  • Preview

Keywords

FAQs

Package last updated on 25 Feb 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