Skip to content

Commit 6697f07

Browse files
author
Artur Bien
committed
docs(example): add privacy policy
1 parent a354733 commit 6697f07

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

example/PRIVACY_POLICY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Privacy Policy for React95 Native
2+
3+
No data or personal information is collected by React95 Native.
4+
5+
### Contact
6+
7+
If you have any questions or suggestions regarding this privacy policy, do not hesitate to [contact us](mailto:[email protected]).

example/app.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react95-native-example",
3-
"displayName": "React95 Native example",
3+
"displayName": "React95 Native",
44
"expo": {
5-
"name": "React95 Native example",
5+
"name": "React95 Native",
66
"slug": "react95-native-example",
77
"description": "Example app for React95 Native: https://github.com/react95-io",
88
"privacy": "public",
@@ -20,7 +20,9 @@
2020
"android"
2121
],
2222
"ios": {
23-
"supportsTablet": true
23+
"supportsTablet": true,
24+
"bundleIdentifier": "io.native.react95",
25+
"buildNumber": "0.1.0"
2426
},
2527
"assetBundlePatterns": [
2628
"**/*"

0 commit comments

Comments
 (0)