ebanutsya
This commit is contained in:
9
src/components/FlashListSeparator/FlashListSeparator.tsx
Normal file
9
src/components/FlashListSeparator/FlashListSeparator.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import {FC} from "react";
|
||||
import {responsiveHeight} from "react-native-responsive-dimensions";
|
||||
import {View} from "react-native";
|
||||
|
||||
const FlashListSeparator: FC = () => {
|
||||
return (<View
|
||||
style={{flex: 1, height: responsiveHeight(2)}}></View>);
|
||||
}
|
||||
export default FlashListSeparator;
|
||||
Reference in New Issue
Block a user