UNPKG

@bravemobile/react-native-code-push

Version:

React Native plugin for the CodePush service

13 lines (10 loc) 225 B
/** * code based on appcenter-cli */ import os from "os"; /** * Return the path of the temporary directory for react-native bundling */ export function getReactTempDir(): string { return `${os.tmpdir()}/react-*`; }