Skip to content

Commit 807c670

Browse files
authored
build: version 1.2.0 tagged (#72)
1 parent 91479d0 commit 807c670

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 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.1.2):
1175+
- RNSketchCanvas (1.2.0):
11761176
- React
11771177
- SocketRocket (0.7.0)
11781178
- Yoga (0.0.0)
@@ -1411,9 +1411,9 @@ SPEC CHECKSUMS:
14111411
React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87
14121412
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
14131413
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
1414-
RNSketchCanvas: 22b0657dce72b4c17672e90e9669060768d80f7f
1414+
RNSketchCanvas: c6a77b330a60d2a9122b712df708ce1ffb5706f6
14151415
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1416-
Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d
1416+
Yoga: ceb08197dbe332e431b1adff98b9aae41ddc6b3b
14171417

14181418
PODFILE CHECKSUM: 64ae403f1e0b5a8f50794fd5f40953a1b9174200
14191419

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,7 @@
607607
"-DFOLLY_MOBILE=1",
608608
"-DFOLLY_USE_LIBCPP=1",
609609
);
610-
OTHER_LDFLAGS = (
611-
"$(inherited)",
612-
"-Wl",
613-
"-ld_classic",
614-
);
610+
OTHER_LDFLAGS = "$(inherited)";
615611
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
616612
SDKROOT = iphoneos;
617613
USE_HERMES = true;
@@ -682,11 +678,7 @@
682678
"-DFOLLY_MOBILE=1",
683679
"-DFOLLY_USE_LIBCPP=1",
684680
);
685-
OTHER_LDFLAGS = (
686-
"$(inherited)",
687-
"-Wl",
688-
"-ld_classic",
689-
);
681+
OTHER_LDFLAGS = "$(inherited)";
690682
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
691683
SDKROOT = iphoneos;
692684
USE_HERMES = true;

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-lock.json

Lines changed: 3 additions & 3 deletions
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.1.2",
7+
"version": "1.2.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)