Skip to content

Commit 61013b3

Browse files
authored
Release 1.7.3 (#119)
* update changelog and dependencies * 1.7.3
1 parent fc001e6 commit 61013b3

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.7.3
4+
5+
Fixed an issue with New Architecture detection in React Native 77+.
6+
37
## 1.7.2
48

59
Android: run click handler on UI thread.

package-lock.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstory/react-native",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "The official FullStory React Native plugin",
55
"repository": "git://github.com/fullstorydev/fullstory-react-native.git",
66
"homepage": "https://github.com/fullstorydev/fullstory-react-native",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@fullstory/babel-plugin-annotate-react": "^2.2.0",
39-
"@fullstory/babel-plugin-react-native": "^1.3.0"
39+
"@fullstory/babel-plugin-react-native": "^1.3.1"
4040
},
4141
"peerDependencies": {
4242
"expo": ">=47.0.0",

0 commit comments

Comments
 (0)