Added initial map in homepage

This commit is contained in:
Keannu Christian Bernasol 2023-07-07 14:21:28 +08:00
parent 4f7613a27a
commit 36f083c898
6 changed files with 87 additions and 6 deletions

View file

@ -1,8 +1,8 @@
import * as React from "react";
import { View, Text } from "react-native";
import { View, Text, ScrollView } from "react-native";
import styles from "../../styles";
import { colors } from "../../styles";
import { MotiView } from "moti";
import { MotiView, MotiScrollView } from "moti";
export interface props {
children: React.ReactNode;
}