Skip to content

Commit

Permalink
chore: update moonmeet
Browse files Browse the repository at this point in the history
  • Loading branch information
SectionTN committed Jul 22, 2023
1 parent acbdfec commit f3c4d7f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
versionCode 5
versionName "1.5.0"
versionCode 151
versionName "1.5.1"
}
signingConfigs {
debug {
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonmeet",
"version": "1.5.0",
"version": "1.5.1",
"private": "false",
"author": {
"name": "Rayen Sbai",
Expand All @@ -27,14 +27,14 @@
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-firebase/analytics": "^18.2.0",
"@react-native-firebase/app": "^18.2.0",
"@react-native-firebase/app-check": "^18.2.0",
"@react-native-firebase/auth": "^ 18.2.0",
"@react-native-firebase/crashlytics": "^18.2.0",
"@react-native-firebase/firestore": "^18.2.0",
"@react-native-firebase/perf": "^18.2.0",
"@react-native-firebase/storage": "^18.2.0",
"@react-native-firebase/analytics": "^18.3.0",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/app-check": "^18.3.0",
"@react-native-firebase/auth": "^ 18.3.0",
"@react-native-firebase/crashlytics": "^18.3.0",
"@react-native-firebase/firestore": "^18.3.0",
"@react-native-firebase/perf": "^18.3.0",
"@react-native-firebase/storage": "^18.3.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
Expand All @@ -44,7 +44,7 @@
"lottie-ios": "^4.2.0",
"lottie-react-native": "^5.1.6",
"moment": "^2.29.4",
"patch-package": "^7.0.0",
"patch-package": "^7.0.2",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
Expand All @@ -71,35 +71,35 @@
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"react-native-webrtc": "^111.0.3",
"rn-emoji-keyboard": "^1.4.0",
"styled-components": "^6.0.4",
"rn-emoji-keyboard": "^1.5.0",
"styled-components": "^6.0.5",
"styled-system": "^5.1.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^3.0.2",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.0.24",
"@types/react": "^18.2.15",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-styled-components": "^2.1.3",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"babel-jest": "^29.6.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"metro-react-native-babel-preset": "0.77.0",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4",
"prettier": "^2.4.1"
"typescript": "5.1.6",
"prettier": "^3.0.0"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"styled-components": "^5"
}
}
}
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {COLORS} from './config/Miscellaneous';
import {DefaultTheme, Provider as PaperProvider} from 'react-native-paper';
import {ThemeContext} from './config/Theme/Context';
import {ThemeMMKV} from './config/MMKV/ThemeMMKV';
import {MoonMeetDarkTheme, MoonMeetLightTheme} from './config/Theme/Theme';
import {MoonMeetDarkTheme} from './config/Theme/Theme';
import {GestureHandlerRootView} from 'react-native-gesture-handler';
import {BottomSheetModalProvider} from '@gorhom/bottom-sheet';
import crashlytics from '@react-native-firebase/crashlytics';
Expand Down Expand Up @@ -80,7 +80,6 @@ const App = () => {
if (isSubscribed) {
OneSignal.addTrigger('unsubscribed', 'false');
} else {
OneSignal.addTrigger('unsubscribed', 'true');
OneSignal.promptForPushNotificationsWithUserResponse(true);
}
}
Expand Down

0 comments on commit f3c4d7f

Please sign in to comment.