mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2025-12-18 23:24:22 +01:00
fix: fix name conflict
Resolves name conflicts with other native modules. Bump version to 0.1.1.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
uniffi::setup_scaffolding!();
|
||||
|
||||
use url::Url;
|
||||
use pubky::PubkyClient;
|
||||
use hex;
|
||||
use url::Url;
|
||||
|
||||
#[uniffi::export]
|
||||
async fn auth(url: String, secret_key: String) -> Vec<String> {
|
||||
|
||||
Reference in New Issue
Block a user