Skip to content

Commit 60d7316

Browse files
fix(expo-sample): Remove trailing comma from app.json (#4577)
1 parent c991c90 commit 60d7316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/expo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"autoUploadProguardMapping": true,
5151
"uploadNativeSymbols": true,
5252
"includeNativeSources": true,
53-
"includeSourceContext": true,
53+
"includeSourceContext": true
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)