gemcoder21
gemcoder21
It does seem to work only with CocoaPods, is there any plans to support SPM?
### Description ``` ( navigation.navigate(Screen.Settings)} title="Info" /> ), })} /> ``` ### Steps to reproduce 1. Add `headerLeft` option to any screen and it will trigger an error in the...
Website: https://gemwallet.com Sui page: https://gemwallet.com/sui-wallet/ Github: https://github.com/gemwalletcom
Current `Package.swift` format ``` import PackageDescription let package = Package( name: "WalletChainCore", products: [ .library( name: "WalletChainCore", targets: ["WalletChainCore"]), ], dependencies: [], targets: [ .binaryTarget( name: "RustXcframework", path: "RustXcframework.xcframework" ),...
Is there a way to exclude specific routes like `metrics` to exclude from the prometheus stats?