Skip to content

Commit

Permalink
chore: enable postinstall on example to patch react-native-tab-view
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jan 3, 2021
1 parent aa329d7 commit e4db114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"posxtinstall": "npx patch-package"
"postinstall": "npx patch-package"
},
"dependencies": {
"@gorhom/portal": "^0.1.4",
Expand Down

0 comments on commit e4db114

Please sign in to comment.