Skip to content

Commit 74b4abf

Browse files
committed
chore: remove some changes
1 parent 4e0628f commit 74b4abf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/create-react-native-library/templates/common-example/example/metro.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const escape = require('escape-string-regexp');
44
const exclusionList = require('metro-config/src/defaults/exclusionList');
55
const pak = require('../package.json');
66

7-
// Hi mom!
87
const root = path.resolve(__dirname, '..');
98
const modules = Object.keys({ ...pak.peerDependencies });
109

packages/create-react-native-library/templates/java-library-legacy/android/src/main/java/com/{%- project.package_dir %}/{%- project.name %}Module.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import com.facebook.react.bridge.ReactMethod;
99
import com.facebook.react.module.annotations.ReactModule;
1010

11-
// Hi mom! Is this thing on?
1211
@ReactModule(name = <%- project.name -%>Module.NAME)
1312
public class <%- project.name -%>Module extends ReactContextBaseJavaModule {
1413
public static final String NAME = "<%- project.name -%>";

0 commit comments

Comments
 (0)