We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503a925 commit 8a7297aCopy full SHA for 8a7297a
1 file changed
tsconfig.json
@@ -12,8 +12,8 @@
12
"types": ["jest", "lodash", "react", "react-native", "react-test-renderer"],
13
"baseUrl": ".",
14
"paths": {
15
- "react-native-navigation": ["lib/src/"],
16
- "react-native-navigation/*": ["lib/src/*"]
+ "react-native-navigation": ["./src/index"],
+ "react-native-navigation/*": ["./src/*"]
17
}
18
},
19
"include": [
0 commit comments