Skip to content

Releases: omdxp/react-native-help-create

Create and delete react navigation

22 Jul 03:09
b71be29
Compare
Choose a tag to compare

In this version, you can create react navigations like stack, drawer or tab navigations for selected screens with a simple command line.

Combine components and screens in a folder

29 Apr 08:39
Compare
Choose a tag to compare

In this version, you can combine existed components or screens of your choice to a specific folder. Also you can create multiple components and screens in a single command and to a specific folder if you need it.

Support for both JavaScript and TypeScript

18 Apr 08:16
Compare
Choose a tag to compare

This release is dedicated to support creating files in both languages, JavaScript and TypeScript. By default it create files in JavaScript.

Enhancing the checking of root project

17 Feb 17:48
Compare
Choose a tag to compare

This new release has a better check to see if the use is in the root of a react native project.

Create & delete files

13 Feb 17:04
Compare
Choose a tag to compare

This is the first release, users can delete or create components, screens or even redux implementation.