Skip to content

Commit 349b480

Browse files
authored
Merge pull request #55 from callstackincubator/fix/proper-dir
fix: use proper directory for root config
2 parents 66e89a3 + e6f0cb8 commit 349b480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
dependencies: {
1111
[pkg.name]: {
12-
root: path.join(__dirname, '..', '..', 'packages', 'react-native-fast-io'),
12+
root: path.join(__dirname, '..', 'packages', 'react-native-fast-io'),
1313
},
1414
},
1515
}

0 commit comments

Comments
 (0)