Skip to content

Commit

Permalink
Merge branch 'master' into chore-v2-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Nov 4, 2023
2 parents 9570d3e + cc723b4 commit d1b7313
Show file tree
Hide file tree
Showing 64 changed files with 1,798 additions and 866 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/demo-vue/nativescript.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default {
v8Flags: '--expose_gc',
markingMode: 'none',
},
appPath: 'src',
appPath: 'app',
} as NativeScriptConfig;
Empty file.
1 change: 0 additions & 1 deletion apps/demo/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ Application.on('launch', (args) => {
monitor.deviceVersionHidden = true;
}
});

Application.run({ moduleName: 'app-root' });
3 changes: 2 additions & 1 deletion apps/demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"@nativescript/canvas-three": ["../../packages/canvas-three/index.ts"],
"@nativescript/canvas-media": ["../../packages/canvas-media/index.ts"]
}
}
},
"include": ["../../packages/**/*.ios.ts", "../../packages/**/*.android.ts"]
}
2 changes: 1 addition & 1 deletion packages/canvas-phaser/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Game = (options) => {
width,
height,
//canvas,
context,
context,
title,
type,
scene,
Expand Down
Binary file modified packages/canvas-polyfill/platforms/android/async-release.aar
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1b7313

Please sign in to comment.