We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c2ae3 commit 9254501Copy full SHA for 9254501
apps/test-app/babel.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
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" }]],
+ // plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "hash" }]],
+ plugins: [['module:react-native-node-api-modules/babel-plugin', { naming: "package-name" }]],
5
};
0 commit comments