[RN] Use rounded avatars in the film strip

This commit is contained in:
Saúl Ibarra Corretgé 2017-04-07 17:26:51 +02:00 committed by Lyubo Marinov
parent a1da6bff1a
commit 739298c782
1 changed files with 7 additions and 1 deletions

View File

@ -8,8 +8,14 @@ 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,
width: '100%'
height: 50,
width: 50
},
/**