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