Untitled

 avatar
unknown
plain_text
2 years ago
366 B
5
Indexable
<View style={styles.slide1}>
        <View height={300} >
          <Image source={images.traffic} />
        </View>
        <Row>
          <Col numRows={6}>
            <AnalyticsCard title="Users" value={"-"} />
          </Col>
          <Col numRows={6}>
            <AnalyticsCard title="New Users" value={'-'} />
          </Col>
        </Row>
      </View>
Editor is loading...