|
@ -154,7 +154,7 @@ function reviews(props) { |
|
|
function componentBody(props) { |
|
|
function componentBody(props) { |
|
|
// NOTE: This code is refered to our local SQLite solution. Revise this when implement rest API.
|
|
|
// NOTE: This code is refered to our local SQLite solution. Revise this when implement rest API.
|
|
|
const pictures = JSON.parse(props.pictures); |
|
|
const pictures = JSON.parse(props.pictures); |
|
|
const date = date ? date : "implementando..."; |
|
|
|
|
|
|
|
|
const date = props.date ? props.date : "implementando..."; |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<View style={styles.bodyRow}> |
|
|
<View style={styles.bodyRow}> |
|
|