0.3.3 • Published 9 months ago

expo-user-identity v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Expo User Identity

This Expo module provides an async function for Expo apps running on both iOS and Android. It returns an iCloud user identity on iOS and an email on Android. It automatically sets appropriate entitlements for iOS.

Installation

To install this module, run the following command:

npx expo install expo-user-identity

Usage

This module only has one method, getUserIdentity(), which returns a promise that resolves to a string.

import { getUserIdentity } from 'expo-user-identity'

Roadmap

  • iOS support
  • Android support
  • Web support (if possible, likely not)
0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.0-development

10 months ago