Skip to content

Commit 8be051d

Browse files
thymikeewojteg1337
authored andcommitted
fix: use __dirname instead of unstable process.cwd (#115)
1 parent cd90182 commit 8be051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const root = process.cwd();
1+
const root = __dirname;
22

33
module.exports = {
44
dependencies: {

0 commit comments

Comments
 (0)