Skip to content

Commit b586114

Browse files
authored
chore: in Gnoboard, use the Gnonative npm package (#181)
In Gnoboard, use the Gnonative npm package. Use `KeyInfo` instead of the alias `GnoAccount` used only in gnoboard. Save the transport_web.ts file in the `template` folder for the future. Tested on Android. Signed-off-by: D4ryl00 <[email protected]>
1 parent f9b1aea commit b586114

File tree

124 files changed

+69
-5450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+69
-5450
lines changed

examples/js/expo/gnoboard/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
22

3+
# native folders
4+
android/
5+
ios/
6+
37
# dependencies
48
node_modules/
59

examples/js/expo/gnoboard/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// order of imports is important
22
import 'react-native-polyfill-globals/auto';
33

4-
import { GnoNativeProvider } from '@gno/provider/gnonative-provider';
4+
import { GnoNativeProvider } from '@gnolang/gnonative';
55
import CustomRouter from '@gno/router/custom-router';
66

77
// Polyfill async.Iterator. For some reason, the Babel presets and plugins are not doing the trick.

examples/js/expo/gnoboard/android/.gitignore

-19
This file was deleted.

examples/js/expo/gnoboard/android/app/build.gradle

-234
This file was deleted.
Binary file not shown.

examples/js/expo/gnoboard/android/app/proguard-rules.pro

-14
This file was deleted.

examples/js/expo/gnoboard/android/app/src/debug/AndroidManifest.xml

-7
This file was deleted.

examples/js/expo/gnoboard/android/app/src/main/AndroidManifest.xml

-32
This file was deleted.

examples/js/expo/gnoboard/android/app/src/main/java/land/gno/gnoboard/MainActivity.kt

-61
This file was deleted.

0 commit comments

Comments
 (0)