Skip to content

Commit 78f6843

Browse files
Update README.md
1 parent 46bceb7 commit 78f6843

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,33 @@ Follow these steps to install the Quickcapture plugin using either npm or Yarn,
1111
**Using npm**
1212

1313
1. Add the Package:
14-
```bash
15-
npm install @extrieve_technologies/quickcapture_react_native
16-
```
14+
```bash
15+
npm install @extrieve_technologies/quickcapture_react_native
16+
```
1717
2. Link the Package:
1818
If you are using React Native 0.60 or above, autolinking will handle the rest. For iOS, you must run:
19-
```bash
20-
cd ios && pod install && cd..
21-
```
19+
```bash
20+
cd ios && pod install && cd..
21+
```
2222

2323
3. Rebuild Your Application:
2424

25-
Rebuild your application to ensure all native dependencies are properly linked.
26-
For iOS:
27-
```bash
28-
npx react-native run-ios
29-
```
30-
For Android:
31-
```bash
32-
npx react-native run-android
33-
```
25+
Rebuild your application to ensure all native dependencies are properly linked.
26+
For iOS:
27+
```bash
28+
npx react-native run-ios
29+
```
30+
For Android:
31+
32+
```bash
33+
npx react-native run-android
34+
```
3435
**Using Yarn**
36+
3537
1. Add the Package:
36-
```bash
37-
yarn add @extrieve_technologies/quickcapture_react_native
38-
```
38+
```bash
39+
yarn add @extrieve_technologies/quickcapture_react_native
40+
```
3941

4042
## Usage
4143
1. First, import the necessary modules and initialize quickcapture:

0 commit comments

Comments
 (0)