mobile: fix beta release getting update dialog prompt

This commit is contained in:
Ammar Ahmed
2025-03-01 15:10:08 +05:00
committed by Abdullah Atta
parent 538ff15f8d
commit ae38ffadb5

View File

@@ -18,12 +18,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { Platform } from "react-native";
import { getVersion } from "react-native-device-info";
export const IOS_APPGROUPID = "group.org.streetwriters.notesnook";
export const FILE_SIZE_LIMIT = 500 * 1024 * 1024;
export const IMAGE_SIZE_LIMIT = 50 * 1024 * 1024;
export const BETA = false;
export const BETA = getVersion().includes("beta");
export const STORE_LINK =
Platform.OS === "ios"