Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
⬆ VERSION 1.1 ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
m1nhtu99-hoan9 committed Sep 18, 2020
2 parents 9c32f67 + b75f703 commit 55197ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/forms/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default function LoginForm() {
const animatedContainerStyleSheet = {
backgroundColor: 'black',
width: 126 + '%',
height: 173 + '%',
height: 174 + '%',
alignItems: 'center',
justifyContent: 'center',
opacity: opacity,
Expand Down
8 changes: 4 additions & 4 deletions src/screens/SearchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default function SeacrhScreen() {
phoneNum: '',
})

_hideSearchAnimation()

}
}
}
Expand Down Expand Up @@ -315,7 +315,7 @@ export default function SeacrhScreen() {
console.log('FAILURE happend during OTP request')
return
case 'CRESCORE_READY':
console.log(appMState.context.searchHistory[0])
//console.log(appMState.context.searchHistory[0])

_stopAnimation()

Expand Down Expand Up @@ -572,12 +572,12 @@ const styles = StyleSheet.create({
animatedModalContainer: {
backgroundColor: 'black',
width: 94 + '%',
height: 51.1 + '%',
height: 52.6 + '%',
alignItems: 'center',
justifyContent: 'center',

position: 'absolute',
left: normaliseH(42),
left: normaliseH(41),
top: normaliseV(140),
borderRadius: 15,
},
Expand Down

0 comments on commit 55197ef

Please sign in to comment.