Daniel
Daniel
### Description When I setup a fresh project as per the [docs](https://reactnative.dev/docs/environment-setup?platform=android) using: ``` npx react-native@latest init RNTestApp ``` And then try to run it using: ``` npx react-native run-android...
## Swift Publishing Workflow Consolidation This PR relocates the Swift publishing workflow from the [`breez/breez-sdk-swift`](https://github.com/breez/breez-sdk-swift/blob/main/.github/workflows/publish-swift-package.yaml) repository to the main repository. This change simplifies the publishing process by integrating it with...