update check for intro seen by user

This commit is contained in:
ammarahm-ed
2021-02-24 12:05:37 +05:00
parent de146506d0
commit f22c7c62dd

View File

@@ -75,9 +75,8 @@ const SplashScreen = () => {
useEffect(() => {
Storage.read('introCompleted').then(async (r) => {
requestAnimationFrame(() => {
if (r) {
if (!r) {
setVisible(true);
timing(opacity, {
toValue: 1,