ExamplesReact Native

React-Native Example

A collection of React-Native examples to help you get started with building your own applications.

Quick Start

Get started with React-Native by following these simple steps:

Clone the repository

git clone https://github.com/Solioworld/solio-protocol

Cd into the directory

cd solio-protocol/examples/react-native

Install dependencies

pnpm install
pnpm pod-install

Start 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 start

Start 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 android

For iOS

pnpm run ios