From 012fd77a107a7b6d73cf5c9ef1304c8e7aead879 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 1 Jul 2024 13:01:25 -0700 Subject: [PATCH] start eas build. --- app.json | 11 ++++++++++- eas.json | 18 ++++++++++++++++++ package.json | 1 - 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 eas.json diff --git a/app.json b/app.json index 01d97c4..9b5f43f 100644 --- a/app.json +++ b/app.json @@ -19,7 +19,8 @@ "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" - } + }, + "package": "tech.damngood.PliWould" }, "web": { "bundler": "metro", @@ -31,6 +32,14 @@ ], "experiments": { "typedRoutes": true + }, + "extra": { + "router": { + "origin": false + }, + "eas": { + "projectId": "bf9125c3-72d0-42a7-9480-74c4717e7ed3" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..2c4bde5 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 10.0.3" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +} diff --git a/package.json b/package.json index 26624c2..f50ce17 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "@react-native/assets-registry": "^0.74.84", "@react-navigation/native": "^6.1.17", "@reduxjs/toolkit": "^2.2.5", - "@slider": "link:@react-native-community/@slider", "@testing-library/react-native": "^12.5.1", "@types/js-quantities": "^1.6.6", "class-transformer": "^0.5.1",