UNPKG

@kingstinct/react-native-healthkit

Version:
9 lines (6 loc) 191 B
import Native from '../native-types' const getDateOfBirth = async () => { const dateOfBirth = await Native.getDateOfBirth() return new Date(dateOfBirth) } export default getDateOfBirth