diff --git a/app.json b/app.json index ff917b9..794c9d8 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,7 @@ { "expo": { "name": "MonKey", - "slug": "monkey_prototype", - "description": "MonKey prototype to test for Milestone 3 submission", + "slug": "monkey", "version": "2.0.0", "orientation": "portrait", "icon": "./assets/icon.png", @@ -20,7 +19,7 @@ ], "ios": { "supportsTablet": true, - "bundleIdentifier": "com.grape.monkey", + "bundleIdentifier": "MonKey", "buildNumber": "2.0.0" }, "android": { @@ -28,7 +27,7 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, - "package": "com.yourcompany.yourappname", + "package": "com.monkey", "versionCode": 1 }, "web": { diff --git a/eas.json b/eas.json index c0840b6..6dc48ac 100644 --- a/eas.json +++ b/eas.json @@ -3,22 +3,17 @@ "version": ">= 0.54.1" }, "build": { - "preview1": { + "preview": { "android": { "buildType": "apk" } }, "preview2": { - "ios": { - "simulator": true - } - }, - "preview3": { "android": { "gradleCommand": ":app:assembleRelease" } }, - "preview4": { + "preview3": { "developmentClient": true }, "production": {} diff --git a/package.json b/package.json index 9911475..fdcdeff 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "dependencies": { "@miblanchard/react-native-slider": "^2.1.0", "@react-native-async-storage/async-storage": "^1.17.6", - "@react-native-community/datetimepicker": "6.1.2", "@react-native-community/slider": "^4.2.4", "@react-native-firebase/app": "^14.11.0", "@react-native-firebase/auth": "^14.11.0", @@ -58,7 +57,6 @@ "react-native-linear-gradient": "^2.6.2", "react-native-modal": "^13.0.1", "react-native-month-view-calendar": "^1.0.0", - "react-native-month-year-picker": "^1.8.1", "react-native-neomorph-shadows": "0.0.8", "react-native-paper": "^4.12.3", "react-native-ratings": "^8.1.0", diff --git a/screens/Stats.js b/screens/Stats.js index e9eb6d4..a1a1257 100644 --- a/screens/Stats.js +++ b/screens/Stats.js @@ -7,7 +7,6 @@ import { StatusBarHeight } from '../components/constants'; import { colors } from '../components/colors'; import { StatusBar } from 'expo-status-bar'; import { View, Text, TouchableOpacity, Platform, TextInput, ScrollView, Pressable, Keyboard, StyleSheet, FlatList, Alert} from 'react-native'; -import DateTimePicker from '@react-native-community/datetimepicker'; import { Entypo, Foundation } from '@expo/vector-icons' import moment from 'moment'; import { BarChart, LineChart, PieChart } from "react-native-gifted-charts"; diff --git a/yarn.lock b/yarn.lock index ef9bd41..f64cf95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3098,13 +3098,6 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/datetimepicker@6.1.2": - version "6.1.2" - resolved "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-6.1.2.tgz" - integrity sha512-4D21x4eywCY2Ex4BI6tQhUEOOKSruz9uPbGK0azGKZap/etoiPtH3nuG56ACtpmUlu5d1R9zzTlumr02dp39hA== - dependencies: - invariant "^2.2.4" - "@react-native-community/slider@^4.2.4": version "4.2.4" resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-4.2.4.tgz#8d88adceeb32f7997a122feba48d7186fca80346" @@ -9120,14 +9113,6 @@ react-native-month-view-calendar@^1.0.0: dependencies: prop-types "^15.7.2" -react-native-month-year-picker@^1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/react-native-month-year-picker/-/react-native-month-year-picker-1.8.1.tgz#914378033535e8627355f927139d41ae45a58a34" - integrity sha512-96S/stxggCAEtjC3YqS3UNDaNhndknPH3s24sVMyiXeyoKJKbMCohy7AJJQAV29QSXtnHe3ULRcJL5Wz4VJCtA== - dependencies: - invariant "^2.2.4" - moment "^2.24.0" - react-native-neomorph-shadows@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/react-native-neomorph-shadows/-/react-native-neomorph-shadows-0.0.8.tgz#75b865610abe2edeba1afb07cfd1855656cee560"