Skip to content

Commit 04d2053

Browse files
committed
lint
1 parent fded782 commit 04d2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path');
33

44
module.exports = ({ rootPath, rnConfig }) => {
55
const iosPath = path.resolve(rootPath, rnConfig?.project?.ios?.sourceDir ?? 'ios');
6-
const androidPath = path.resolve(rootPath, rnConfig?.project?.android?.sourceDir ??'android');
6+
const androidPath = path.resolve(rootPath, rnConfig?.project?.android?.sourceDir ?? 'android');
77

88
const iosExists = fs.existsSync(iosPath);
99
const xcodeprojName = iosExists

0 commit comments

Comments
 (0)