Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Native Example App

Running

In client-sdk-react-native directory, run:

yarn bootstrap

iOS

To run for iOS, you need the following pre-requisites:

  • cocoapods (install from Homebrew)
  • Xcode

Generate the Pod project with:

cd ios
pod install

Then open in Xcode:

open Dmeet.xcworkspace

Note

This app cannot run on iOS simulator on M1 Macs.

Android

yarn android