mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-12 02:44:13 +00:00
15 lines
267 B
JavaScript
15 lines
267 B
JavaScript
module.exports = {
|
|
presets: ["module:metro-react-native-babel-preset"],
|
|
plugins: [
|
|
[
|
|
"module-resolver",
|
|
{
|
|
alias: {
|
|
"@react-native-community/cameraroll": "./js/CameraRoll.js"
|
|
},
|
|
cwd: "babelrc"
|
|
}
|
|
]
|
|
]
|
|
};
|