Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdthanh committed Aug 14, 2022
1 parent 6b7dffe commit 56a2335
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 29 deletions.
7 changes: 3 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,15 +19,15 @@
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.grape.monkey",
"bundleIdentifier": "MonKey",
"buildNumber": "2.0.0"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.yourcompany.yourappname",
"package": "com.monkey",
"versionCode": 1
},
"web": {
Expand Down
9 changes: 2 additions & 7 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion screens/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3098,13 +3098,6 @@
sudo-prompt "^9.0.0"
wcwidth "^1.0.1"

"@react-native-community/[email protected]":
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"
Expand Down Expand Up @@ -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"

[email protected]:
version "0.0.8"
resolved "https://registry.yarnpkg.com/react-native-neomorph-shadows/-/react-native-neomorph-shadows-0.0.8.tgz#75b865610abe2edeba1afb07cfd1855656cee560"
Expand Down

0 comments on commit 56a2335

Please sign in to comment.