Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
69a8d254
Verified
Commit
69a8d254
authored
Feb 28, 2018
by
Sébastiaan Versteeg
Browse files
Fix rn-cli.config.js
parent
4336e57f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rn-cli.config.js
View file @
69a8d254
// eslint-disable-next-line import/no-extraneous-dependencies
const
blacklist
=
require
(
'
metro/src/blacklist
'
);
module
.
exports
=
{
getBlacklistRE
()
{
return
blacklist
([
/react-native
\/
local-cli
\/
core
\/
__fixtures__.*/
])
return
blacklist
([
/react-native
\/
local-cli
\/
core
\/
__fixtures__.*/
])
;
},
}
}
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment