@appzung/react-native-code-push
Version:
React Native plugin for the CodePush service
12 lines (10 loc) • 364 B
JavaScript
import { getConfiguration } from "./internals/getConfiguration.js";
/**
* Gets the client's unique ID set by the module. You may also see `resetClientUniqueId`.
*/
export const getClientUniqueId = async () => {
const nativeConfig = await getConfiguration();
return nativeConfig.clientUniqueId;
};
//# sourceMappingURL=getClientUniqueId.js.map
;