Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ The Audius React Native mobile client

## Setup

### Extra iOS Setup

```bash

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a niceee improvement

gem install cocoapods

cd ios
pod install
cd ..
```

## Running iOS

```bash
Expand Down
1 change: 1 addition & 0 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [[ -z "${SKIP_POD_INSTALL}" ]]; then
cd packages/mobile/node_modules
ln -s ../../../node_modules/react-native react-native
cd ../ios
bundle check || bundle install
if command -v pod >/dev/null; then
pod install
fi
Expand Down