Revert "[RN] Use rounded avatars in the film strip"

This reverts commit 739298c782.
This commit is contained in:
Lyubo Marinov 2017-04-09 12:58:27 -05:00
parent b211ce02a8
commit 95667ef98e
1 changed files with 1 additions and 7 deletions

View File

@ -8,14 +8,8 @@ export const styles = createStyleSheet({
* Avatar style.
*/
avatar: {
alignSelf: 'center',
// FIXME I don't understand how a 100 border radius of a 50x50 square
// results in a circle.
borderRadius: 100,
flex: 1,
height: 50,
width: 50
width: '100%'
},
/**