From b023b7c8065a524d521736f0a34410cb783242bc Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 24 Aug 2021 09:38:04 +0900 Subject: [PATCH] test caching --- app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/App.tsx b/app/App.tsx index c1f2580..c002262 100644 --- a/app/App.tsx +++ b/app/App.tsx @@ -30,7 +30,7 @@ const App = () => ( const styles = StyleSheet.create({ appContainer: { flex: 1, - backgroundColor: colors.gradient.high, + backgroundColor: 'green', // change test }, })