Skip to content

Commit

Permalink
add platforms engines
Browse files Browse the repository at this point in the history
(cherry picked from commit fd6cf4c)
  • Loading branch information
Marius456 committed Jan 10, 2025
1 parent d15d063 commit c66b76d
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 c66b76d

Please sign in to comment.