Skip to content

Commit

Permalink
Metro bundler extension filter changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
omerduzyol committed Jan 14, 2019
1 parent ec17de2 commit 36c44ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (reactNativeMinorVersion >= 56) {
};
}

var styleExtensions = ["scss"];
var styleExtensions = ["bender"];

module.exports.transform = function(src, filename, options) {
if (typeof src === "object") {
Expand Down

0 comments on commit 36c44ed

Please sign in to comment.