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 b4970d4 commit 7e63479Copy full SHA for 7e63479
README.md
@@ -11,6 +11,10 @@
11
12
`$ npm install react-native-color-panel --save`
13
14
+or
15
+
16
+`$ yarn add react-native-color-panel`
17
18
### Mostly automatic installation
19
20
`$ react-native link react-native-color-panel`
package.json
@@ -1,7 +1,7 @@
1
2
{
3
"name": "react-native-color-panel",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "React Native color picker component for iOS and Android",
6
"main": "index.js",
7
"scripts": {
0 commit comments