We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f3825 commit d37797bCopy full SHA for d37797b
packages/bundler-metro/src/middlewares/expo-middleware.ts
@@ -20,6 +20,7 @@ export const getExpoMiddleware =
20
const manifestJson = JSON.stringify({
21
id: crypto.randomUUID(),
22
createdAt: new Date().toISOString(),
23
+ runtimeVersion: 'react-native-harness',
24
launchAsset: {
25
key: 'bundle',
26
contentType: 'application/javascript',
0 commit comments