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 6ab327d commit edeff85Copy full SHA for edeff85
example/package.json
@@ -32,10 +32,5 @@
32
},
33
"jest": {
34
"preset": "react-native"
35
- },
36
- "rnpm": {
37
- "assets": [
38
- "../example/assets/fonts/"
39
- ]
40
}
41
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bouncy-checkbox",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Fully customizable animated bouncy checkbox for React Native",
5
"keywords": [
6
"bouncy",
@@ -30,10 +30,5 @@
30
"react-native": ">= 0.55.x",
31
"react-native-vector-icons": ">= 6.6.0",
"react-native-dynamic-vector-icons": ">= 0.2.1"
- "./assets/fonts/"
0 commit comments