Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EnmanuelReynoso23 committed Oct 27, 2024
0 parents commit 25b1bf4
Show file tree
Hide file tree
Showing 23 changed files with 6,714 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bolt/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"template": "nativescript-react"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 5 additions & 0 deletions .stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"installDependencies": true,
"compileTrigger": "save",
"startCommand": "setup-nativescript-stackblitz && ns preview"
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Music-Player

[Edit in StackBlitz next generation editor ⚡️](https://stackblitz.com/~/github.com/EnmanuelReynoso23/Music-Player)
11 changes: 11 additions & 0 deletions nativescript.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { NativeScriptConfig } from '@nativescript/core';

export default {
id: 'org.nativescript.app',
appPath: 'src',
appResourcesPath: '../../tools/assets/App_Resources',
android: {
v8Flags: '--expose_gc',
markingMode: 'none'
}
} as NativeScriptConfig;
Loading

0 comments on commit 25b1bf4

Please sign in to comment.