Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 798 Bytes

setting_up_eigen_after_long_time.md

File metadata and controls

37 lines (24 loc) · 798 Bytes

Setting up eigen after a long time of not using it

Setup

yarn setup:artsy # this is `yarn setup:oss` if you're not working at Artsy
yarn install:all
yarn relay

In case of Pod errors:

You might encounter some Pod errors, i.e.:

[!] Unable to find the `FlipperKit` repo. Please update the CocoaPods cache by running `pod repo update`.

in that case, you can try to run the following commands:

cd ios && bundle exec pod repo update && bundle exec pod install

This will update the stale pods on your local environment.

Running on iOS

You can open xcode with yarn open-xcode, clean the project with ⌘ cmd + ⇧ shift + K

and then press the play button to run the app.

Running on Android

yarn android