Skip to content

Commit

Permalink
quick-fix (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatusiak committed Jan 17, 2024
1 parent 638c2c3 commit 7eb6d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser.js
@@ -1,4 +1,4 @@
if(!(typeof navigator == "undefined") && navigator.product == "ReactNative"){
require("./lib/mobile.js");
}
// if(!(typeof navigator == "undefined") && navigator.product == "ReactNative"){
// require("./lib/mobile.js");
// }
module.exports = require('./gun.js');

0 comments on commit 7eb6d38

Please sign in to comment.