Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit f3be4b9

Browse files
committed
fix: add paths to tsconfig.json
1 parent 32cc49c commit f3be4b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"baseUrl": ".",
44
"paths": {
55
"react-navigation": ["react-navigation"],
6-
"react-navigation-stack": ["./src/index"]
6+
"react-navigation-stack": ["./src/index"],
7+
"react-native-gesture-handler": ["react-native-gesture-handler", "example/node_modules/react-native-gesture-handler/react-native-gesture-handler"],
8+
"@react-native-community/masked-view": ["@react-native-community/masked-view"],
9+
"react-native-safe-area-context": ["react-native-safe-area-context"],
10+
"react-native-screens": ["react-native-screens"]
711
},
812
"allowUnreachableCode": false,
913
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)