Skip to content

Commit 3247918

Browse files
authored
build: version 1.3.0 tagged (#80)
1 parent 4b11ca0 commit 3247918

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Note: Because native module cannot read the file in JS bundle, file path cannot
269269
## Objects
270270
-------------
271271
### SavePreference object
272-
```javascript
272+
```json5
273273
{
274274
folder: 'RNSketchCanvas',
275275
filename: 'image',
@@ -312,7 +312,7 @@ Note: Because native module cannot read the file in JS bundle, file path cannot
312312
```
313313

314314
### LocalSourceImage object
315-
```javascript
315+
```json5
316316
{
317317
filename: 'image.png', // e.g. 'image.png' or '/storage/sdcard0/Pictures/image.png'
318318
directory: '', // e.g. SketchCanvas.MAIN_BUNDLE or '/storage/sdcard0/Pictures/'
@@ -326,7 +326,7 @@ Note: Because native module cannot read the file in JS bundle, file path cannot
326326
| mode? | boolean | Specify how the background image resizes itself to fit or fill the canvas.<br/>Options: `AspectFill`, `AspectFit`, `ScaleToFill` | `AspectFit` |
327327

328328
### CanvasText object
329-
```javascript
329+
```json5
330330
{
331331
text: 'TEXT',
332332
font: '',
@@ -370,4 +370,4 @@ Check full example app in the [example](./example) folder
370370

371371
## Troubleshooting
372372
-------------
373-
Please refer [here](https://github.com/sourcetoad/react-native-sketch-canvas/wiki/Troubleshooting).
373+
Please refer [here](https://github.com/sourcetoad/react-native-sketch-canvas/wiki/Troubleshooting).

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ PODS:
11721172
- React-logger (= 0.74.3)
11731173
- React-perflogger (= 0.74.3)
11741174
- React-utils (= 0.74.3)
1175-
- RNSketchCanvas (1.2.1):
1175+
- RNSketchCanvas (1.3.0):
11761176
- React
11771177
- SocketRocket (0.7.0)
11781178
- Yoga (0.0.0)
@@ -1411,7 +1411,7 @@ SPEC CHECKSUMS:
14111411
React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87
14121412
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
14131413
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
1414-
RNSketchCanvas: cbb5a1939fece7ef21d941f54e7a257b437422ec
1414+
RNSketchCanvas: 18f07bb27ea728d477220317c03dcc02d63a9069
14151415
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
14161416
Yoga: ceb08197dbe332e431b1adff98b9aae41ddc6b3b
14171417

example/package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/sourcetoad/react-native-sketch-canvas"
66
},
7-
"version": "1.2.1",
7+
"version": "1.3.0",
88
"description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.",
99
"author": "Terry Lin",
1010
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)