Skip to content

Commit

Permalink
update to 50 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
obeim committed Mar 4, 2024
1 parent 0a2352e commit 1eedfed
Show file tree
Hide file tree
Showing 5 changed files with 3,532 additions and 3,075 deletions.
8 changes: 5 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
"expo-localization",
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,
"enableProguardInReleaseBuilds": true,
"enableShrinkResourcesInReleaseBuilds": true
}
}
]
],
"expo-router",
"expo-localization"
],
"experiments": {
"typedRoutes": true,
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["nativewind/babel", "expo-router/babel"],
plugins: ["nativewind/babel"],
};
};
2 changes: 1 addition & 1 deletion components/QiblaCompass/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {
import {
useState,
useEffect,
useCallback,
Expand Down
Loading

0 comments on commit 1eedfed

Please sign in to comment.