import React from "react"; import { View } from "react-native"; import MaterialIcons from "@expo/vector-icons/MaterialIcons"; import { MyText, tw } from "common-ui"; const TestingPhaseNote: React.FC = () => { return ( Testing Phase • This app is in testing phase until Jan 23, 2026 • Actual delivery service has not started yet • Prices shown are not real • Any feedback or issues found? WhatsApp on +91 9676651496 ); }; export default TestingPhaseNote;