Resolve paint code null issue.
This commit is contained in:
@@ -52,7 +52,20 @@ export default ({ config }) => {
|
||||
"measurementId": IS_ROME ? "G-G8Z9DRHTZS" : "G-96694D66L2"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
// plugins: config.plugins?.map(plugin => {
|
||||
// if (Array.isArray(plugin) && plugin[0] === '@sentry/react-native/expo') {
|
||||
// return [
|
||||
// '@sentry/react-native/expo',
|
||||
// {
|
||||
// "url": "https://sentry.io/",
|
||||
// "project": IS_ROME ? "romemobile" : "imexmobile",
|
||||
// "organization": IS_ROME ? "rome" : "imex"
|
||||
// }
|
||||
// ];
|
||||
// }
|
||||
// return plugin;
|
||||
// }) || []
|
||||
|
||||
})
|
||||
return newConfig;
|
||||
|
||||
Reference in New Issue
Block a user