feat: add error if multiple instances of useLinking are used (#310)

This commit is contained in:
Michał Osadnik
2020-01-29 11:35:22 +01:00
committed by GitHub
parent 68016de385
commit 4bc0c8f66f
5 changed files with 82 additions and 2 deletions

View File

@@ -36,7 +36,8 @@
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"typescript": "^3.7.4"
"typescript": "^3.7.4",
"react-native-testing-library": "^1.12.0"
},
"peerDependencies": {
"react": "*",