Commit a10f7f83 by tungnq

TODO: Đã hoàn thiện giao diện màn 3 ngày

parent 366d8116
import React from 'react'; import React from 'react';
import {Text, View, StyleSheet} from 'react-native'; import {Text, View, StyleSheet} from 'react-native';
import Filter3DayView from './view'; import Filter3DayView from './view'
const Filter3Day = (props) => { const Filter3Day = (props) => {
return ( return (
......
import { StyleSheet, Text, View } from 'react-native'
import React from 'react'
const Filter3DayView = () => {
return (
<View>
<Text>Filter3DayView</Text>
</View>
)
}
export default Filter3DayView
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment