Skip to content

Commit e6f0cb8

Browse files
committed
fix: use proper directory for root config
1 parent 66e89a3 commit e6f0cb8

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)