create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
17 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.
*
*/
/**
* Copies each file from an array of assets provided to targetPath directory
*
* For now, the only types of files that are handled are:
* - Fonts (otf, ttf) - copied to targetPath/fonts under original name
*/
export default function unlinkAssetsAndroid(files: Array<string>, project: {
assetsPath: string;
}): void;
//# sourceMappingURL=unlinkAssets.d.ts.map