1.0.1 • Published 3 years ago
react-native-customize-app v1.0.1
⚙️ Setup
In your react-native project folder, run:
yarn add -D react-native-customize-app
# OR
npm i -D react-native-customize-appPlease 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
| Command | Description |
|---|---|
| set-icon | generate platform specific app icons |
| set-splash | generate platform specific splash screens |
| set-name | update app name |
💻 Local development
- Pull latest version
cd react-native-make- Run
yarnthenyarn 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"