docs: remove additional braces in config file (#4418)
This commit is contained in:
@@ -6,7 +6,6 @@ It's useful when you are using `expo` managed workflow (expo prebuild) as it wil
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
// app.json
|
// app.json
|
||||||
{
|
|
||||||
{
|
{
|
||||||
"name": "my app",
|
"name": "my app",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
@@ -19,14 +18,13 @@ It's useful when you are using `expo` managed workflow (expo prebuild) as it wil
|
|||||||
"useExoplayerRtsp": false,
|
"useExoplayerRtsp": false,
|
||||||
"useExoplayerSmoothStreaming": false,
|
"useExoplayerSmoothStreaming": false,
|
||||||
"useExoplayerHls": false,
|
"useExoplayerHls": false,
|
||||||
"useExoplayerDash": false,
|
"useExoplayerDash": false
|
||||||
}
|
}
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Expo Plugin Properties
|
## Expo Plugin Properties
|
||||||
|
|||||||
Reference in New Issue
Block a user