Skip to content

Commit

Permalink
Merge pull request #392 from breez/rn-example-dev-android
Browse files Browse the repository at this point in the history
rn: Update README for local Android dev
  • Loading branch information
dangeross authored Aug 16, 2023
2 parents b92e915 + aab34e0 commit df78a5e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions libs/sdk-react-native/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,4 @@ yarn ios

## Development

To develop locally along with the SDK, you need to switch the podspec from the cocoapods dependencies to the local dependencies.
```
yarn install
mv node_modules/@breeztech/react-native-breez-sdk/breez_sdk.podspec node_modules/@breeztech/react-native-breez-sdk/breez_sdk.podspec.prod
mv node_modules/@breeztech/react-native-breez-sdk/BreezSDK.podspec.dev node_modules/@breeztech/react-native-breez-sdk/BreezSDK.podspec
yarn pods
yarn ios
```
To develop the Breez SDK alongside the React Native module and example app, please read [DEVELOPING.md](../DEVELOPING.md) for details on how to setup your development environment.

0 comments on commit df78a5e

Please sign in to comment.