Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 442 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 442 Bytes

ReactNativeGithubActivity

Before install

Install watchman

brew install watchman

Ios

Install xcodegen

brew install xcodegen

Install xunique

pip install xUnique

Install cocoapods

brew install cocoapods

Installation

# clean cache, install dependencies and pods
npm run fresh

Run on android

npm run android

Run on ios

npm run ios