mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
35e8278e8c
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
10 lines
304 B
JavaScript
10 lines
304 B
JavaScript
// workaround for react-native-vector-icons
|
|
// https://github.com/oblador/react-native-vector-icons/issues/626#issuecomment-362386341
|
|
|
|
const blacklist = require('metro/src/blacklist')
|
|
module.exports = {
|
|
getBlacklistRE () {
|
|
return blacklist([/react-native\/local-cli\/core\/__fixtures__.*/])
|
|
},
|
|
}
|