|
@@ -106,7 +106,7 @@ export const CommentsContainer: React.FC<CommentsContainerProps> = (props) => {
|
|
style={{backgroundColor: 'white'}}
|
|
style={{backgroundColor: 'white'}}
|
|
getItemLayout={(data, index) => ({length: props.comments.length, offset: props.comments.length * index, index})}/>
|
|
getItemLayout={(data, index) => ({length: props.comments.length, offset: props.comments.length * index, index})}/>
|
|
</> :
|
|
</> :
|
|
- <Text style={{marginVertical: 20, color: 'white'}}>Be the first to comment on this landmark</Text> }
|
|
|
|
|
|
+ <Text style={{marginVertical: 20, color: 'white'}}>Be the first to comment on this landmark!</Text> }
|
|
<View style={{height: 1, borderBottomWidth: 1, borderColor: 'lightgray'}}></View>
|
|
<View style={{height: 1, borderBottomWidth: 1, borderColor: 'lightgray'}}></View>
|
|
<View style={{flexDirection: 'row', backgroundColor: 'white', paddingRight: 15}}>
|
|
<View style={{flexDirection: 'row', backgroundColor: 'white', paddingRight: 15}}>
|
|
<TextInput
|
|
<TextInput
|