From de84364337b51ed9cff46744f23080f275c57e23 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 08:23:26 -0500 Subject: [PATCH] Splash close timer --- squarenotsquare/components/Splash.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/squarenotsquare/components/Splash.js b/squarenotsquare/components/Splash.js index b887f6f..799b586 100644 --- a/squarenotsquare/components/Splash.js +++ b/squarenotsquare/components/Splash.js @@ -9,6 +9,9 @@ class Splash extends Component { this.state = { } + + //props.someNavAction, 5000 + setTimeout(null, 5000); } render () {