This commit is contained in:
marcosrdz 2021-03-27 06:47:01 -04:00
parent 88f87a00d3
commit 3dbf5d4810
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ const iStyles = StyleSheet.create({
height: 94,
position: 'absolute',
bottom: 0,
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
right: 0,
},
br: {
backgroundColor: 'transparent',

View File

@ -36,7 +36,7 @@ const styles = StyleSheet.create({
height: 94,
position: 'absolute',
bottom: 0,
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
right: 0,
},
transparentText: {
backgroundColor: 'transparent',

View File

@ -50,7 +50,7 @@ const SelectWallet = () => {
height: 94,
position: 'absolute',
bottom: 0,
...(I18nManager.isRTL ? { right: 0 } : { left: 0 }),
right: 0,
},
transparentText: {
backgroundColor: 'transparent',