Skip to content

Commit

Permalink
Update editor pckg config to address "multiple Podfile" warn (#54077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Aug 31, 2023
1 parent ad410d8 commit 0d7548f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-native-editor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,4 @@ bin/wp-cli.phar
# Ruby / CocoaPods

ios/Pods
ios/vendor
/vendor/bundle/
2 changes: 1 addition & 1 deletion packages/react-native-editor/ios/.bundle/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_PATH: "../vendor/bundle"
5 changes: 5 additions & 0 deletions packages/react-native-editor/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ module.exports = {
root: path.resolve( __dirname, '../react-native-aztec' ),
},
},
project: {
ios: {
sourceDir: './ios/',
},
},
};

0 comments on commit 0d7548f

Please sign in to comment.