Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#install dependencies. For the mobile code version 1.3 only.
cd MobileProject/
yarn install

Code Block
# install dependencies 
cd ios/
pod install

...