Skip to content

Commit d30a69f

Browse files
authored
Fix macOS example block in react-native-config (#983)
1 parent be808fb commit d30a69f

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
@@ -10,7 +10,7 @@ const project = (() => {
1010
sourceDir: path.join('example', 'ios'),
1111
},
1212
macos: {
13-
sourceDir: path.join('example', 'maacos'),
13+
sourceDir: path.join('example', 'macos'),
1414
},
1515
windows: {
1616
sourceDir: path.join('example', 'windows'),

0 commit comments

Comments
 (0)