1.0.5 • Published 3 months ago

react-native-create v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Create React Native Screen

Overview

react-native-create is an NPX package that simplifies the process of creating a React Native screen module. With a single command, you can generate a folder containing the main <screenName>.tsx or <screenName>.js file and a corresponding styles.ts or styles.js file. This allows you to kickstart your React Native screen development with ease.

Installation

To use this package, you can run the following command in your terminal:

npx react-native-create [screenName]

or

npx react-native-create [screenName] --js

Replace screenName with the desired name for your screen. The optional --js flag indicates that the generated files should be in JavaScript.

1.0.5

3 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago