Files
standardnotes-app/packages/mobile/react-native.config.js
Aman Harwara b9a02b2c2d chore: upgrade react native (#2885)
* chore: upgrade react native

* fix: android issues

* iOS changes
2024-09-25 09:37:54 -05:00

8 lines
96 B
JavaScript

module.exports = {
project: {
ios: {
automaticPodsInstallation: true,
},
},
}