microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/resources/sampleExpoProject/app.json

32lines · modecode

1{
2 "expo": {
3 "name": "sampleExpoProject",
4 "slug": "sampleExpoProject",
5 "version": "1.0.0",
6 "orientation": "portrait",
7 "icon": "./assets/icon.png",
8 "userInterfaceStyle": "light",
9 "splash": {
10 "image": "./assets/splash.png",
11 "resizeMode": "contain",
12 "backgroundColor": "#ffffff"
13 },
14 "assetBundlePatterns": [
15 "**/*"
16 ],
17 "ios": {
18 "supportsTablet": true
19 },
20 "android": {
21 "adaptiveIcon": {
22 "foregroundImage": "./assets/adaptive-icon.png",
23 "backgroundColor": "#ffffff"
24 }
25 },
26 "web": {
27 "favicon": "./assets/favicon.png"
28 },
29 "sdkVersion": "49.0.0"
30 },
31 "name": "sampleExpoProject"
32}