install yarn dependencies
yarn install --frozen-lockfile
Before running the wallet on ios, you will need to install all the Pods. Make sure you have installed CocoaPods before running the commands below.
cd ios && pod install && cd ..
And finally
yarn ios