refactoring

This commit is contained in:
ammarahm-ed
2021-02-16 16:11:10 +05:00
parent 97c79ad26c
commit 06f139901b
38 changed files with 312 additions and 232 deletions

View File

@@ -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>