0.0.3 • Published 2 years ago

cloudkitty v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CloudKitty

Hook and Context Provider that make it easy to interact with Apple CloudKit.

Provider

import CloudKittyProvider from "cloudkitty";

// ...


<CloudKittyProvider
	token={"<Your CloudKit Token>"}
	environment="development"
	containerIdentifier="Your Container Name"
>
	<App />
</CloudKittyProvider>

Hook

import { useCloudKitty } from "cloudkitty";

// ...
const { loading, error, container, user } = useCloudKitty();
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago