We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e251b commit 1583299Copy full SHA for 1583299
README.md
@@ -1,21 +1,23 @@
1
+<p align="center">
2
+ ⭐️ Please support us by giving a star! Thanks! ⭐️
3
+</p>
4
+
5
# react-native-csv
6
7
react-native-csv is the fastest CSV (or delimited text) parser for React Native.
8
-## Installation
-
-```sh
-npm install react-native-csv
9
-```
+## 🔧 Installation
10
11
-## Usage
+react-native-csv is available on npm. It can be installed with the following command:
12
13
-```js
14
-import Csv from "react-native-csv";
+```
+npm install react-native-csv --save
15
16
-// ...
17
+react-native-csv is available on yarn as well. It can be installed with the following command:
18
-const result = await Csv.multiply(3, 7);
19
20
+yarn add react-native-csv --save
21
```
22
23
## Contributing
0 commit comments