Skip to content

Commit d3912d5

Browse files
committed
Removed server props.
1 parent 76fe02f commit d3912d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = {
103103
},
104104
web: {
105105
bundler: "metro",
106-
output: "server",
106+
output: "web-build",
107107
favicon: "./assets/images/favicon.ico",
108108
},
109109
plugins: [
@@ -146,7 +146,6 @@ module.exports = {
146146
],
147147
experiments: {
148148
typedRoutes: true,
149-
reactServerFunctions: true,
150149
},
151150
},
152151
};

0 commit comments

Comments
 (0)