Skip to content

Commit

Permalink
Merge pull request #84 from timorss/master
Browse files Browse the repository at this point in the history
Update styles.js ===> In case of RTL, the text will start from the right.
  • Loading branch information
calintamas authored Nov 17, 2020
2 parents 71c7627 + 4c97264 commit ebcda45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/base/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default StyleSheet.create({
},
contentContainer: {
flex: 1,
justifyContent: 'center'
justifyContent: 'center',
alignItems: 'flex-start', // in case of rtl the text will start from the right
},
closeButtonContainer: {
paddingHorizontal: 14,
Expand Down

0 comments on commit ebcda45

Please sign in to comment.