3.0.3 • Published 3 years ago

@bam.tech/react-native-make v3.0.3

Weekly downloads
6,095
License
MIT
Repository
github
Last release
3 years ago

⚙️ Setup

In your react-native project folder, run:

yarn add -D @bam.tech/react-native-make
# OR
npm i -D @bam.tech/react-native-make

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

💻 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 @bam.tech/react-native-make
  • In the package.json of your React Native project, in dependencies add "@bam.tech/react-native-make" : "0.0.0"

Changes in 3.0.0

Since 3.0.0, splashscreens for iOS are created via Xcode’s storyboard, so as to meet Apple's new requirements as of April 2020.

Disclaimer: To better understand your usage of this tool, basic analytics have been enabled. It only records commands usage as anonymous page views and does not identify users in any way

3.0.3

3 years ago

3.0.2

3 years ago

3.0.0

4 years ago

1.1.0

4 years ago

2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1-rc2

5 years ago

1.0.1-rc1

5 years ago

1.0.0

5 years ago

1.0.0-rc6

5 years ago

1.0.0-rc5

5 years ago

1.0.0-rc4

5 years ago

1.0.0-rc3

5 years ago

1.0.0-rc2

5 years ago

1.0.0-rc1

5 years ago