diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,7 @@ }, "web": { "bundler": "metro", - "output": "static", + "output": "single", "favicon": "./assets/images/favicon.png" }, "plugins": [ @@ -36,7 +36,8 @@ ] ], "experiments": { - "typedRoutes": true + "typedRoutes": true, + "reactServerFunctions": true } } } |