Skip to content

Commit 4bb275d

Browse files
authored
chore: gnoboard: Use @gnolang/gnonative 3.0.2 (#186)
PR #185 created gnonative NPM package 3.0.2 with the new API that removes deprecated methods. Did `npm install @gnolang/gnonative` to update gnoboard to use it. Tested on Android and iOS simulators. Signed-off-by: Jeff Thompson <[email protected]>
1 parent 1421869 commit 4bb275d

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

examples/js/expo/gnoboard/package-lock.json

+19-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/expo/gnoboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@bufbuild/protobuf": "^1.7.2",
1919
"@connectrpc/connect": "^1.4.0",
2020
"@connectrpc/connect-web": "^1.4.0",
21-
"@gnolang/gnonative": "^3.0.0",
21+
"@gnolang/gnonative": "^3.0.2",
2222
"@react-navigation/bottom-tabs": "^6.5.8",
2323
"@react-navigation/native": "^6.1.7",
2424
"@react-navigation/native-stack": "^6.9.13",

0 commit comments

Comments
 (0)