Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
docs(ios): add missing default source (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra authored Jan 3, 2023
1 parent a7c01c9 commit 7935a9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,15 @@ project.ext.react = [

Hermes is not required for older versions of React Native


## iOS

1. Add the following line to the start of your Podfile (`ios/Podfile`):
1. Add the following lines to the start of your Podfile (`ios/Podfile`).

If a custom `source` is defined we also need to define the default source (which is implicit if no source is specified), explicitly:

```
source 'https://github.com/hyperledger/indy-sdk-react-native'
source 'https://cdn.cocoapods.org'
```

2. Install the Latest CocoaPods dependencies:
Expand Down

0 comments on commit 7935a9a

Please sign in to comment.