Expo Example
A collection of Expo examples to help you get started with building your own applications.
Quick Start
Get started with Expo by following these simple steps:
Clone the repository
git clone https://github.com/Solioworld/solio-protocolCd into the directory
cd solio-protocol/examples/rn-expoInstall dependencies
pnpm install
pnpm pod-installStart the Metro Server
First, you will need to start Metro, the JavaScript bundler that ships with Expo.
To start Metro, run the following command from the root of your Expo project:
pnpm startStart your Application
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your Expo project. Run the following command to start your Android or iOS app:
For Android
pnpm run androidFor iOS
pnpm run ios