Skip to content

Commit 47042b7

Browse files
committed
ci: release 0.4.4
1 parent 4eaad66 commit 47042b7

File tree

6 files changed

+11
-5914
lines changed

6 files changed

+11
-5914
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ local.properties
3737
package-lock.json
3838
npm-debug.log
3939
node_modules
40+
yarn.lock

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ npm-debug.log
4040
node_modules
4141
package-lock.json
4242
.huskyrc
43+
yarn.lock

example/markerExample/App.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,13 @@ export default class MarkerTest extends React.Component {
179179
fontName: 'Arial-BoldItalicMT',
180180
fontSize: 44,
181181
scale: 1,
182-
quality: 100
182+
quality: 100,
183+
shadowStyle: {
184+
dx: 10.5,
185+
dy: 20.8,
186+
radius: 20.9,
187+
color: '#ff00ff'
188+
}
183189
})
184190
.then((path) => {
185191
console.log('====================================');

example/markerExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.8.1",
1111
"react-native": "^0.58.4",
12-
"react-native-image-marker": "^0.4.3",
12+
"react-native-image-marker": "^0.4.4",
1313
"react-native-image-picker": "^0.27.2"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)