refactor(mobile): moved the versioning lookup at at the mobile folder plus renamed
This commit is contained in:
@@ -2,8 +2,12 @@ const { withDangerousMod } = require("@expo/config-plugins");
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
|
||||
const packageName = "com.anonymous.lstMobile";
|
||||
const packagePath = "com/anonymous/lstMobile";
|
||||
// const packageName = "net.alpla.lst.mobile";
|
||||
// const packagePath = "com/alpla/lst/mobile";
|
||||
const packageName = "net.alpla.lst.mobile";
|
||||
const packagePath = "net/alpla/lst/mobile";
|
||||
// const packageName = config.android?.package;
|
||||
// const packagePath = packageName.replace(/\./g, "/");
|
||||
|
||||
const moduleCode = `package ${packageName}.scanner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user