Skip to content

Commit d76af6f

Browse files
websoptimizationwebsoptimization
authored andcommitted
solved example issue
1 parent 333c6ca commit d76af6f

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ node_modules
99
tmp
1010

1111
# Examples (If applicable to your project)
12-
examples
12+
example

dashed-progress/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ DashedProgress.defaultProps = {
470470
duration: 1000,
471471
strokeLinecap: "round",
472472
showIndicator: true,
473+
showTooltip: true,
473474
divideEnabled: false,
474475
showTooltip: false
475476
};

example/package-lock.json

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dependencies": {
1111
"react": "16.8.6",
1212
"react-native": "0.60.5",
13-
"react-native-dashed-progress": "git+https://github.com/websoptimization/react-native-dashed-progress.git"
13+
"react-native-dashed-progress": "git+https://github.com/websoptimization/react-native-dashed-progress.git",
14+
"react-native-svg": "^9.6.4"
1415
},
1516
"devDependencies": {
1617
"@babel/core": "7.5.5",

package-lock.json

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)