Skip to content

Commit

Permalink
add platforms engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Jan 6, 2025
1 parent 507bf35 commit fd6cf4c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/template-starter/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,25 @@
"engine": "engine-rn",
"deploymentTarget": "15.5",
"reactNativeEngine": "hermes"
},
"linux": {
"engine": "engine-rn-electron",
"assetFolderPlatform": "electron"
},
"chromecast": {
"engine": "engine-rn-web"
},
"webos": {
"engine": "engine-rn-web"
},
"tizen": {
"engine": "engine-rn-web"
},
"tizenwatch": {
"engine": "engine-rn-web"
},
"kaios": {
"engine": "engine-rn-web"
}
},
"plugins": {
Expand Down

0 comments on commit fd6cf4c

Please sign in to comment.