1.0.2 • Published 2 years ago

crnp v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

CRNP

This module creates a bare React Native project with most React Native libraries and directory structure

To install either run

npm i -g crnp

and then you can use like crnp <directory>

or you can directly run

npx crnp <directory>

It creates a new RN project by runningnpx --package react-native-cli in specified directory with these additional modules:

  • @react-native-async-storage/async-storage
  • @react-native-community/masked-view
  • @react-native-community/netinfo
  • @react-navigation/bottom-tabs
  • @react-navigation/native
  • @react-navigation/native-stack
  • @reduxjs/toolkit
  • axios
  • date-fns
  • formik
  • jwt-decode
  • lottie-ios
  • lottie-react-native
  • react-native-elements
  • react-native-flash-message
  • react-native-keyboard-aware-scrollview
  • react-native-pager-view
  • react-native-reanimated
  • react-native-safe-area-context
  • react-native-screens
  • react-native-splash-screen
  • react-native-swiper-flatlist
  • react-native-tab-view
  • react-native-vector-icons
  • react-native-webview
  • react-query
  • react-redux
  • redux
  • redux-logger
  • redux-persist
  • yup