gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

Update gnoboard to use gnonative NPM package #145

Open jefft0 opened 3 months ago

jefft0 commented 3 months ago

Similar to what was already done to dSocial. Also, remove the gnoboard README as not needed.

jefft0 commented 3 months ago

Depends on upgrading to more recent version of React Native.

D4ryl00 commented 3 weeks ago

We want that Gnoboard is an example app that handles manually native files and so, that it doesn't use the gnonative Expo module. Since https://github.com/gnolang/gnonative/pull/176, the hello example app uses the gnonative Expo module, and because the recommended way to create new apps (thanks to the new-app makefile rule).

So I think we can close this issue.

jefft0 commented 2 weeks ago

After discussion, we will revert the hello example to be pure React Native.

jefft0 commented 1 week ago

Update: gnonative still uses native file modifications, not gnonative npm yet. Still need changes.