Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
1.0.4: patch RNDateTimePicker on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrichards committed Mar 15, 2024
1 parent 841e8ed commit 02009d9
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 47 deletions.
3 changes: 1 addition & 2 deletions frontend/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (process.env.ORECART_API_SECURE === "1") {
module.exports = {
name: "OreCart",
slug: "orecart",
version: "1.0.3",
version: "1.0.4",
orientation: "portrait",
icon: "./assets/icon.png",
userInterfaceStyle: "light",
Expand All @@ -26,7 +26,6 @@ module.exports = {
],
ios: {
supportsTablet: true,
buildNumber: 3,
bundleIdentifier: "edu.mines.orecart.app",
config: {
googleMapsApiKey: process.env.GOOGLE_MAPS_API_KEY_IOS
Expand Down
Loading

0 comments on commit 02009d9

Please sign in to comment.