Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 997bda1

Browse files
author
Yann Leflour
committed
release: bump version for release
1 parent 6a93b29 commit 997bda1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
## ⚙️ Setup
55

66
In your react-native project folder, run:
7+
78
```bash
89
yarn add -D @bam.tech/react-native-make
910
# OR
1011
npm i -D @bam.tech/react-native-make
1112
```
1213

14+
**Please note:** This plugin only supports react-native-cli v2+
15+
1316
## 📚 Usage
1417

1518
Once installed, plugins are available through the React Native CLI

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/react-native-make",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"main": "modules/index.js",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)