You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes the example app gnoboard with the latest changes in
gnonative:
- update to Expo 51 to be compatible with Xcode 15.3 or above.
- use the Buf'registry gnonative API instead of getting locally in the
parent directories (it was too hacky and not stable enough). It also has
the advantage that new applications can use the GnoNativeApi file which
is in the expo folder, allowing us to only maintain one file for the
typescript API.
Note: the app will continue to use `@bufbuild/protobuf` v1.7.2 instead
of the v2 because `@connectrpc/connect` and `@connectrpc/connect-web`
are only available on version v1... and not v2 yet.
---------
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
0 commit comments