Skip to content

Commit

Permalink
Merge pull request #1840 from flexn-io/chore/cherrypick-bugfix
Browse files Browse the repository at this point in the history
add platforms engines
  • Loading branch information
Marius456 authored Jan 13, 2025
2 parents d15d063 + c66b76d commit 629a241
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 629a241

Please sign in to comment.