From cfa48ea3442980d8a764ab8f7ff1cf6e4ee6bb60 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Tue, 22 Nov 2022 23:43:20 +0800 Subject: [PATCH] 12312 --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json b/config.json index 219f3c9..0b20985 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,13 @@ { + "title": "The Basics - Networking", + "description": "Your app fetched this from a remote endpoint!", + "movies": [ + { "id": "1", "title": "Star Wars", "releaseYear": "1977" }, + { "id": "2", "title": "Back to the Future", "releaseYear": "1985" }, + { "id": "3", "title": "The Matrix", "releaseYear": "1999" }, + { "id": "4", "title": "Inception", "releaseYear": "2010" }, + { "id": "5", "title": "Interstellar", "releaseYear": "2014" } + ], "showApp": true, "bottom-tips": "React-native-学习demo" }