1.0.1 • Published 2 years ago

react-native-customize-app v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

⚙️ Setup

In your react-native project folder, run:

yarn add -D react-native-customize-app
# OR
npm i -D react-native-customize-app

Please note: This plugin only supports react-native-cli v2+

📚 Usage

Once installed, plugins are available through the React Native CLI

You can get the list of available plugins by running react-native -h within your project's folder

CommandDescription
set-icongenerate platform specific app icons
set-splashgenerate platform specific splash screens
set-nameupdate app name

💻 Local development

  • Pull latest version
  • cd react-native-make
  • Run yarn then yarn link
  • Launch a new project with react-native init
  • In your React Native project, yarn link react-native-customize-app
  • In the package.json of your React Native project, in dependencies add "react-native-customize-app" : "0.0.0"