Skip to content

Latest commit

 

History

History

expo-v50

Capsule Bare React Native Example

Getting Started

Note: This is using a development build of Expo, NOT Expo Go.

Step 1: Install app dependecies

yarn

Step 2: Add your API key

Replace YOUR_API_KEY in ./src/clients/capsule.ts with your valid API key.

Step 3: Start your Application

For Android

yarn android

For iOS

yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.