Skip to content

Commit

Permalink
Merge pull request #47 from DataDog/marcosaia/RUM-7752/expo-52
Browse files Browse the repository at this point in the history
[RUM-7752] Expo 52 Support
  • Loading branch information
marco-saia-datadog authored Feb 17, 2025
2 parents 44ffe68 + f88ee4f commit 7563a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-datadog",
"version": "51.0.2",
"version": "52.0.0",
"description": "A client-side Expo module to interact with Datadog",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@datadog/mobile-react-native": ">=1.0.0",
"expo": "51.x"
"expo": "52.x"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5495,7 +5495,7 @@ __metadata:
prettier: ^2.7.1
peerDependencies:
"@datadog/mobile-react-native": ">=1.0.0"
expo: 51.x
expo: 52.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7563a94

Please sign in to comment.