@fersonull/create-react-native-setup
v1.0.2
Published
CLI that automates the setup of a React Native project.
Maintainers
Readme
ReactNative AutoSetup CLI
CLI that automates the setup of a React Native project.
Usage
Choose only one of the following commands to get started.
# Recommended: Using npm create
npm create @fersonull/react-native-setup@latest <project-name>
# Alternative: Using npx directly
npx @fersonull/create-react-native-setup@latest <project-name>This will install dependencies and setup the project for you.
Installed Dependencies
- nativewind
- react-native-reanimated
- react-native-safe-area-context
- react-native-svg
- react-native-screens
- react-native-gesture-handler
- @react-navigation/native
- @react-navigation/native-stack
- @react-navigation/bottom-tabs
- @react-navigation/material-top-tabs
- @react-navigation/drawer
- @react-native-vector-icons/lucide
- react-native-bootsplash
