Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b9329

Browse files
committed
[ReactNative] Enable displayName transformer in open source
1 parent f9ca103 commit 93b9329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packager/transformer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function transform(srcTxt, filename, options) {
3939
'es7.objectRestSpread',
4040
'flow',
4141
'react',
42+
'react.displayName',
4243
'regenerator',
4344
],
4445
plugins: plugins,

0 commit comments

Comments
 (0)