diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9b1ad17e..6dd97874 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1172,7 +1172,7 @@ PODS: - React-logger (= 0.74.3) - React-perflogger (= 0.74.3) - React-utils (= 0.74.3) - - RNSketchCanvas (1.1.2): + - RNSketchCanvas (1.2.0): - React - SocketRocket (0.7.0) - Yoga (0.0.0) @@ -1411,9 +1411,9 @@ SPEC CHECKSUMS: React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87 React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4 - RNSketchCanvas: 22b0657dce72b4c17672e90e9669060768d80f7f + RNSketchCanvas: c6a77b330a60d2a9122b712df708ce1ffb5706f6 SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d - Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d + Yoga: ceb08197dbe332e431b1adff98b9aae41ddc6b3b PODFILE CHECKSUM: 64ae403f1e0b5a8f50794fd5f40953a1b9174200 diff --git a/example/ios/example.xcodeproj/project.pbxproj b/example/ios/example.xcodeproj/project.pbxproj index 245cc618..3a2470a2 100644 --- a/example/ios/example.xcodeproj/project.pbxproj +++ b/example/ios/example.xcodeproj/project.pbxproj @@ -607,11 +607,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - ); + OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; @@ -682,11 +678,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - ); + OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/example/package-lock.json b/example/package-lock.json index fc4cad3f..9c2da91b 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -28,7 +28,7 @@ }, "..": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@react-native-community/eslint-config": "^3.0.2", diff --git a/package-lock.json b/package-lock.json index d6bd11e2..3da42079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@react-native-community/eslint-config": "^3.0.2", @@ -32,7 +32,7 @@ }, "peerDependencies": { "react": "*", - "react-native": "*" + "react-native": "^0.74.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 5e735357..facd1e9a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/sourcetoad/react-native-sketch-canvas" }, - "version": "1.1.2", + "version": "1.2.0", "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.", "author": "Terry Lin", "main": "lib/commonjs/index",