Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/builldingCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import { MaterialIcons, Ionicons } from '@expo/vector-icons';
function CardComponent(){
return(
<Box
rounded="lg"
overflow="hidden"
width="72"
shadow={1}
_light={{ backgroundColor: 'gray.50' }}
Expand All @@ -40,7 +42,6 @@ function CardComponent(){
<Box>
<AspectRatio ratio={16 / 9}>
<Image
roundedTop="lg"
source={{
uri:
'https://www.holidify.com/images/cmsuploads/compressed/Bangalore_citycover_20190613234056.jpg',
Expand Down Expand Up @@ -75,13 +76,13 @@ function CardComponent(){
The Silicon Valley of India.
</Text>
</Stack>
<Text fontWeight="400" >
<Text fontWeight="400">
Bengaluru (also called Bangalore) is the center of India's high-tech
industry. The city is also known for its parks and nightlife.
</Text>
<HStack alignItems="center" space={4} justifyContent="space-between">
<HStack alignItems="center">
<Text color="gray.500" fontWeight="400" >
<Text color="gray.500" fontWeight="400">
6 mins ago
</Text>
</HStack>
Expand Down
2 changes: 1 addition & 1 deletion docs/responsive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: responsive-style
title: Responsive
---

NativeBase V3 supports responsive styles out of the box. Instead of manually adding responsiveness to your apps, NativeBase V3 allows you provide object and array values to add responsive styles.
NativeBase v3 supports responsive styles out of the box. Instead of manually adding responsiveness to your apps, NativeBase v3 allows you provide object and array values to add responsive styles.

Responsive syntax relies on the breakpoints defined in the theme object.

Expand Down