create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
14 lines • 562 B
TypeScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @param destPath Create the new project at this path.
* @param newProjectName For example 'AwesomeApp'.
* @param template Template to use, for example 'navigation'.
*/
declare function createProjectFromTemplate(destPath: string, newProjectName: string, template: string): Promise<void>;
export { createProjectFromTemplate };
//# sourceMappingURL=templates.d.ts.map