react-native-customize-app

1.0.1 • Public • Published

Everyday tools for simpler React Native development

Main repo of this project @bam.tech/react-native-make

⚙️ 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

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 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"

Package Sidebar

Install

npm i react-native-customize-app

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

144 kB

Total Files

80

Last publish

Collaborators

  • cinkagan