Skip to content

Commit 9254501

Browse files
author
Kræn Hansen
committed
Flip the option on the test-app
1 parent c3c2ae3 commit 9254501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/test-app/babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
presets: ['module:@react-native/babel-preset'],
3-
plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "hash" }]],
4-
// plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "package-name" }]],
3+
// plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "hash" }]],
4+
plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "package-name" }]],
55
};

0 commit comments

Comments
 (0)