mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
12 lines
398 B
JSON
12 lines
398 B
JSON
{
|
|
"title": "The Basics - Networking",
|
|
"description": "Your app fetched this from a remote endpoint!",
|
|
"movies": [
|
|
{ "title": "Star Wars", "releaseYear": "1977"},
|
|
{ "title": "Back to the Future", "releaseYear": "1985"},
|
|
{ "title": "The Matrix", "releaseYear": "1999"},
|
|
{ "title": "Inception", "releaseYear": "2010"},
|
|
{ "title": "Interstellar", "releaseYear": "2014"}
|
|
]
|
|
}
|