File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,33 @@ Follow these steps to install the Quickcapture plugin using either npm or Yarn,
11
11
** Using npm**
12
12
13
13
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
+ ```
17
17
2 . Link the Package:
18
18
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
+ ```
22
22
23
23
3 . Rebuild Your Application:
24
24
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
+ ```
34
35
** Using Yarn**
36
+
35
37
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
+ ```
39
41
40
42
## Usage
41
43
1 . First, import the necessary modules and initialize quickcapture:
You can’t perform that action at this time.
0 commit comments