Skip to content

Commit

Permalink
fix: package dependency to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kroniac committed Oct 8, 2023
1 parent 7313bb0 commit 87c8945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.1"
"react-native": "0.71.1",
"react-native-google-places-sdk": "file:../"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit 87c8945

Please sign in to comment.