Skip to content

[FEATURE] Add React Native with NativeWind support project initialization #27

@Hardik-Kumar0005

Description

@Hardik-Kumar0005

Feature Request

Description

Add a new command to initialize a React Native project with NativeWind (Tailwind CSS for React Native) pre-configured and ready to use. Most people prefer using tailwind css classes instead of traditional css and to achieve this in react native is a very hectic task as setting up native wind for react native takes around 9-11 steps and is very time consuming.

Motivation

Currently, the CLI supports MERN stack project initialization. Adding React Native with NativeWind would:

  • Expand the tool's utility to mobile development
  • Save developers time setting up React Native + NativeWind configuration
  • Provide a consistent project structure similar to the existing MERN templates
  • Reduce boilerplate and configuration errors when starting new mobile projects

Proposed Solution

A simple devcli command to initialize a react native expo project along with native wind already setup and configured so you can simply jump in to write your tailwind css classes

Command

devcli react-native-nw

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions