Skip to content

Commit

Permalink
fix: Remove log statement that breaks react-native-community autolink…
Browse files Browse the repository at this point in the history
…ing config (#3367)
  • Loading branch information
brentvatne committed Mar 28, 2024
1 parent 0a60bf7 commit 81fe8e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react-native.config.js
Expand Up @@ -19,13 +19,10 @@ const project = (() => {
},
});
} catch (e) {
console.log('Hello?', e);
return undefined;
}
})();

// console.log(project);

module.exports = {
dependencies: {
// Help rn-cli find and autolink this library
Expand Down

0 comments on commit 81fe8e0

Please sign in to comment.