Skip to content

Commit

Permalink
Fix macOS example block in react-native-config (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwanton committed Jul 3, 2023
1 parent be808fb commit d30a69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const project = (() => {
sourceDir: path.join('example', 'ios'),
},
macos: {
sourceDir: path.join('example', 'maacos'),
sourceDir: path.join('example', 'macos'),
},
windows: {
sourceDir: path.join('example', 'windows'),
Expand Down

0 comments on commit d30a69f

Please sign in to comment.