mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
13 lines
221 B
JavaScript
13 lines
221 B
JavaScript
|
module.exports = function (api) {
|
||
|
api && api.cache(false);
|
||
|
return {
|
||
|
env: {
|
||
|
test: {
|
||
|
presets: [
|
||
|
"module:metro-react-native-babel-preset"
|
||
|
],
|
||
|
}
|
||
|
}
|
||
|
};
|
||
|
}
|