Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 915 Bytes

DEV.md

File metadata and controls

33 lines (33 loc) · 915 Bytes

Development Guide

CLI for React Native, boilerplates and generators. Rapid Application Development (RAD) model for React Native.

Table of content

Requirements

You need the following requirements:

  • node 10+
  • npm & npx
  • react native cli
  • jest

Testing Framework

yarn test

Testing Commands

cd examples/TestCommands
node test.js g form User

Links