Mobile subscriptions #382
|
@ -56,7 +56,7 @@ class SubscriptionsPage extends React.PureComponent {
|
|||
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
![]() You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases. You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
|
||||
contentContainerStyle={subscriptionsStyle.scrollPadding}
|
||||
renderItem={ ({item}) => (
|
||||
<FileItem
|
||||
style={discoverStyle.fileItem}
|
||||
![]() You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases. You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
|
||||
style={subscriptionsStyle.fileItem}
|
||||
![]() You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases. You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
|
||||
mediaStyle={discoverStyle.fileItemMedia}
|
||||
key={item}
|
||||
uri={uriFromFileInfo(item)}
|
||||
|
|
|||
![]() You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases. You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
![]() You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases. You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
![]() Finally added module-resolver to Finally added module-resolver to `.babelrc` to sort this out..
|
|
@ -16,13 +16,17 @@ const subscriptionsStyle = StyleSheet.create({
|
|||
marginBottom: 60
|
||||
},
|
||||
scrollPadding: {
|
||||
paddingTop: 24,
|
||||
marginBottom: -60
|
||||
paddingTop: 24
|
||||
},
|
||||
infoText: {
|
||||
textAlign: 'center',
|
||||
fontFamily: 'Inter-UI-Regular',
|
||||
fontSize: 16,
|
||||
},
|
||||
fileItem: {
|
||||
marginLeft: 24,
|
||||
marginRight: 24,
|
||||
marginBottom: 24
|
||||
}
|
||||
});
|
||||
|
||||
|
|
You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.