mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
refactoring
This commit is contained in:
@@ -69,6 +69,7 @@ const SplashScreen = () => {
|
||||
];
|
||||
|
||||
useEffect(() => {
|
||||
return;
|
||||
Storage.read('introCompleted').then(async (r) => {
|
||||
setVisible(true);
|
||||
await sleep(500);
|
||||
@@ -266,7 +267,7 @@ const SplashScreen = () => {
|
||||
}}
|
||||
style={{paddingHorizontal: 24}}
|
||||
type="accent"
|
||||
title={isNext ? 'Next' : 'Sign Up'}
|
||||
title={isNext ? 'Next' : 'Sign up'}
|
||||
/>
|
||||
</View>
|
||||
</Animated.View>
|
||||
|
||||
Reference in New Issue
Block a user