Skip to content

Commit

Permalink
chore: gnoboard: Use @gnolang/gnonative 3.0.2 (#186)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jefft0 authored Oct 15, 2024
1 parent 1421869 commit 4bb275d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
31 changes: 19 additions & 12 deletions examples/js/expo/gnoboard/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 examples/js/expo/gnoboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@gnolang/gnonative": "^3.0.0",
"@gnolang/gnonative": "^3.0.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
Expand Down

0 comments on commit 4bb275d

Please sign in to comment.