UNPKG

@bravemobile/react-native-code-push

Version:

React Native plugin for the CodePush service

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