mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-12 09:23:42 -04:00
Update docs (#846)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user