Skip to content

Commit

Permalink
chore: upgrade to expo SDK 50!
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Mar 13, 2024
1 parent 1b180c5 commit a04786c
Show file tree
Hide file tree
Showing 8 changed files with 7,214 additions and 14,729 deletions.
11 changes: 8 additions & 3 deletions app.json → app.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
const IS_DEV = process.env.APP_VARIANT === 'development';


export default {
"expo": {
"name": "changemakers-rn",
"slug": "changemakers-rn",
Expand All @@ -19,7 +22,8 @@
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
}
},
"bundleIdentifier": IS_DEV ? 'io.changemakers.dev' : 'io.frappe.changemakers',
},
"android": {
"adaptiveIcon": {
Expand All @@ -37,7 +41,8 @@
}
},
"plugins": [
"expo-build-properties"
"expo-build-properties",
"expo-secure-store"
]
}
}
Loading

0 comments on commit a04786c

Please sign in to comment.