mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
update check for intro seen by user
This commit is contained in:
@@ -75,9 +75,8 @@ const SplashScreen = () => {
|
||||
|
||||
useEffect(() => {
|
||||
Storage.read('introCompleted').then(async (r) => {
|
||||
|
||||
requestAnimationFrame(() => {
|
||||
if (r) {
|
||||
if (!r) {
|
||||
setVisible(true);
|
||||
timing(opacity, {
|
||||
toValue: 1,
|
||||
|
||||
Reference in New Issue
Block a user