expo-tracking-transparency 3.0.3 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 3.1.0 — 2023-05-08
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 3.0.3 — 2023-02-09
14
18
 
15
19
  _This version does not introduce any user-facing changes._
package/README.md CHANGED
@@ -11,7 +11,7 @@ For more information on Apple's new App Tracking Transparency framework, please
11
11
 
12
12
  ## Installation in managed Expo projects
13
13
 
14
- For [managed](https://docs.expo.dev/versions/latest/introduction/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/tracking-transparency/).
14
+ For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/tracking-transparency/).
15
15
 
16
16
  ## Installation in bare React Native projects
17
17
 
@@ -20,7 +20,7 @@ For bare React Native projects, you must ensure that you have [installed and con
20
20
  ### Add the package to your npm dependencies
21
21
 
22
22
  ```
23
- expo install expo-tracking-transparency
23
+ npx expo install expo-tracking-transparency
24
24
  ```
25
25
 
26
26
  ### Configure for iOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-tracking-transparency",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "description": "An Expo library for requesting permission to track the users on devices using iOS 14.5 and higher.",
5
5
  "main": "build/TrackingTransparency.js",
6
6
  "types": "build/TrackingTransparency.d.ts",
@@ -38,5 +38,5 @@
38
38
  "jest": {
39
39
  "preset": "expo-module-scripts"
40
40
  },
41
- "gitHead": "1f8a6a09570fd451378565ca34933018ce48454e"
41
+ "gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
42
42
  }