import * as React from 'react'; import { ScrollView } from 'react-native'; import { Card, Title, Paragraph, Text, Dialog } from 'react-native-paper'; const Privacy = () => { return ( Privacy Policy Effective Date: 4/1/25 Thank you for using Pogdark ("we", "our", or "us"). We are committed to protecting your privacy. This Privacy Policy explains how we handle your information when you use our application. 1. No Tracking We do not collect or track any personal information. We do not use analytics tools, cookies, or any third-party tracking services. 2. Ephemeral Data Storage Any data entered or generated within the app is stored only temporarily and exists only for the duration of your session. Once the app is closed or the session ends, all data is deleted automatically. We do not retain any user data on our servers or devices beyond the current session. 3. No Account or Registration Required You are not required to create an account or provide any personal details (such as name, email address, or phone number) to use the app. 4. No Data Sharing Since we do not collect data, we do not share any data with third parties. 5. Security While we don’t store personal data, we still take standard precautions to secure ephemeral information during your use of the app. 6. Changes to This Privacy Policy If we ever make changes to this policy, we will update the date at the top and clearly communicate the changes within the app. However, any future version will always respect your privacy. 7. Contact If you have any questions or concerns about this policy, feel free to contact us at support@pogdark.com. ); }; export default Privacy;