Skip to content

Commit 0eb178f

Browse files
author
Michael Kuczera
committed
add privacy policy
1 parent bcd3be6 commit 0eb178f

2 files changed

Lines changed: 67 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default defineConfig({
7373

7474
footer: {
7575
message: 'Released under the MIT License.',
76-
copyright: 'Copyright © Michael Kuczera',
76+
copyright: 'Copyright © Michael Kuczera · <a href="/react-native-haptic-feedback/privacy">Privacy Policy</a>',
7777
},
7878

7979
search: { provider: 'local' },

docs/privacy.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
layout: doc
3+
title: Privacy Policy
4+
---
5+
6+
# Privacy Policy
7+
8+
**Application:** HapticFeedbackExample
9+
**Developer:** Michael Kuczera
10+
**Effective date:** 2026-03-15
11+
**Last updated:** 2026-03-15
12+
13+
---
14+
15+
## Overview
16+
17+
HapticFeedbackExample is a demonstration application for the open-source library [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback). Its sole purpose is to showcase haptic feedback capabilities on iOS and Android devices.
18+
19+
---
20+
21+
## Data Collection
22+
23+
**This application does not collect, store, transmit, or share any personal data or any other data of any kind.**
24+
25+
Specifically:
26+
27+
- No personal information is collected (name, email, address, phone number, etc.)
28+
- No device identifiers are collected (IDFA, IDFV, Android Advertising ID, etc.)
29+
- No usage data or analytics are collected
30+
- No crash reports are collected or transmitted
31+
- No location data is collected
32+
- No camera, microphone, or contacts access is requested or used
33+
- No network requests are made by the application
34+
- No data is stored on-device beyond the app's normal runtime state
35+
36+
---
37+
38+
## Third-Party Services
39+
40+
This application does not integrate any third-party SDKs, analytics platforms, advertising networks, or crash-reporting services.
41+
42+
---
43+
44+
## Permissions
45+
46+
The application requests no system permissions beyond those implicitly granted to any React Native application. Haptic feedback is a device output function; it does not require permissions and does not involve the collection of any input from the user.
47+
48+
---
49+
50+
## Children's Privacy
51+
52+
This application does not collect data from any users, including children under the age of 13 (COPPA) or children under the age of 16 (GDPR). No data is collected from any person of any age.
53+
54+
---
55+
56+
## Changes to This Policy
57+
58+
Because this application collects no data, this policy is not expected to change. If the application is materially updated to collect data in the future, this policy will be updated before such data collection begins and a new effective date will be set.
59+
60+
---
61+
62+
## Contact
63+
64+
For questions or concerns about this privacy policy, please open an issue on GitHub:
65+
66+
[https://github.com/mkuczera/react-native-haptic-feedback/issues](https://github.com/mkuczera/react-native-haptic-feedback/issues)

0 commit comments

Comments
 (0)