Update docs (#846)

This commit is contained in:
Leendert de Borst
2025-05-20 12:19:22 +02:00
parent 94656c4d14
commit 522eeefda4

View File

@@ -6,9 +6,9 @@
@end
/**
* This objective-c class is used as a bridge to allow React Native to interact with the CredentialManager class.
* The underlying VaultManager class is implemented in Swift and communicates with the VaultStore
* that is used by both React Native and the native iOS Autofill extension.
* This objective-c class is used as a bridge to allow React Native to interact with the underlying
* Swift VaultManager class and communicates with the VaultStore that is used by both React Native
* and the native iOS Autofill extension.
*
* This class should implement all methods defined in the specs/NativeVaultManager.ts TurboModule.
* When adding a new method, make sure to update the spec .ts file first and then run `pod install` to