Skip to content

[Release] v2.3.2 #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ PODS:
- React-perflogger (= 0.80.0)
- React-utils (= 0.80.0)
- SocketRocket
- RNSketchCanvas (2.3.1):
- RNSketchCanvas (2.3.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2456,7 +2456,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0
ReactCodegen: 5d41e1df061200130dd326e55cdfdf94b0289c6e
ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147
RNSketchCanvas: 87252e53ed56bd879078b5e78e46c3930bddfa3f
RNSketchCanvas: 2df3557620803639579042dc5b94d35bc179bde8
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0c4b7d2aacc910a1f702694fa86be830386f4ceb

Expand Down
175 changes: 2 additions & 173 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/sourcetoad/react-native-sketch-canvas"
},
"version": "2.3.1",
"version": "2.3.2",
"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",
"react-native": "./src/index.tsx",
Expand Down
Loading