Skip to content

Commit

Permalink
📦 update: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGoulartB committed Aug 1, 2020
1 parent 4c5f716 commit cf0b5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Random App",
"slug": "randomapp",
"platforms": ["ios", "android", "web"],
"version": "2.0.0",
"version": "3.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand All @@ -17,7 +17,7 @@
"assetBundlePatterns": ["**/*"],
"android": {
"package": "com.rafagoulartb.randomapp",
"versionCode": 2,
"versionCode": 3,
"config": {
"googleMobileAdsAppId": "ca-app-pub-3940256099942544~3347511713"
}
Expand Down
1 change: 0 additions & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function Routes() {
useEffect(() => {
async function fetchTheme() {
const theme = await AsyncStorage.getItem("@random:theme");
console.log(theme);
if (theme == "true") {
setDark(true);
} else if (theme == "false" || theme == null || theme == undefined) {
Expand Down

0 comments on commit cf0b5e1

Please sign in to comment.