Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 784 Bytes

File metadata and controls

44 lines (28 loc) · 784 Bytes

Example APP - Hello Weshnet Expo

This is a simple example of a Weshnet Expo Module application.

Requirements

  • Go >= 1.19.7

How this app was created:

1. Generating ios and android folders

$ npx expo prebuild

2. Adding Weshnet Expo Module

From npm:

$ npm install --save weshnet-expo

From local registry:

$ npm install --save weshnet-expo --registry http://localhost:4873

3. pod install

$ cd ios
$ pod install

4. Running the app on a device

Since native modules doesn't work on the Expo Go, you need to run the app as a standalone app:

$  npx expo run:[ios|android] --device