mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
[fix] fix comments on PR
This commit is contained in:
@@ -2,6 +2,7 @@ import { globalStyles } from '../../styles/global';
|
||||
import { Image, Text, View } from 'react-native';
|
||||
import styles from './styles';
|
||||
import { BoldText, RegularText } from '../Styled';
|
||||
import { TMDB_POSTER_PATH } from '../../constants/General';
|
||||
|
||||
export default function Item() {
|
||||
return (
|
||||
@@ -9,7 +10,7 @@ export default function Item() {
|
||||
<View style={styles.imageWrapper}>
|
||||
<Image
|
||||
source={{
|
||||
uri: 'https://image.tmdb.org/t/p/w342//gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg',
|
||||
uri: `${TMDB_POSTER_PATH}/w342//gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg`,
|
||||
width: 200,
|
||||
}}
|
||||
style={styles.image}
|
||||
|
Reference in New Issue
Block a user