Skip to content

Commit

Permalink
Merge branch 'main' of github.com:flexn-io/create
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Jun 1, 2023
2 parents 9cfa584 + 6a34972 commit babc1e7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 23 deletions.
16 changes: 0 additions & 16 deletions packages/app-harness/types.d.ts

This file was deleted.

2 changes: 2 additions & 0 deletions packages/app-harness/typings/assets.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module '*.png';
declare module '*.jpg';
6 changes: 0 additions & 6 deletions packages/create/src/typings/lightningjs.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
// declare module '@lightningjs/sdk' {
// import '@lightningjs/sdk';

// export const Launch: (p1: any, ...args: any) => any;
// }

declare module '@lightningjs/ui';
1 change: 0 additions & 1 deletion packages/template/src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
} from '@rnv/renative';
import '../platformAssets/runtime/fontManager';
import { StaticTheme, Theme } from './types';
//@ts-ignore
import ICON_LOGO from '../platformAssets/runtime/logo.png';

export const hasMobileWebUI = isFactorMobile && isEngineRnNext;
Expand Down
2 changes: 2 additions & 0 deletions packages/template/typings/assets.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module '*.png';
declare module '*.jpg';
File renamed without changes.

0 comments on commit babc1e7

Please sign in to comment.