Untitled
Anonymous
plain_text
05/18/2023 7:53 AM
488 B
19
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...