Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/navigation setup #2

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
APP_CONFIG=dev
KANVAS_URL=https://graphapidev.kanvas.dev/graphql
KANVAS_KEY=7d0488b2-632e-4045-9d2d-370d9161644a
KANVAS_KEY=9f8a5dfe-be5d-4958-b654-28150f86172a
KANVAS_ADMIN_KEY=flvVB5dsLy2t2dGDmiWyz9vxvKtYffoJ8uGYik8D6UVddkIQGzlmxGfLn3uz7srwq397XEiyeZP14xfQlPinWMBVybW5febG0ALQIX30faWbhdTrz9KpnlV3EOi4nweB
GOOGLE_WEB_CLIENT_ID='815133161926-qr8dm7hovaa3su0j6l217cdka4otpla6.apps.googleusercontent.com'
GOOGLE_IOS_CLIENT_ID='815133161926-be4gebpe0tg5674tru8ckqiom3uurdpe.apps.googleusercontent.com'
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **Kanvas Mobile App**
## **Go Parking Mobile App**

This repository serves as a foundation for future projects at Mctekk. Currently, it includes modules from Kanvas as well as other UI/UX components.

Expand All @@ -15,5 +15,14 @@ The app currently contains the following Kanvas modules:
- Update User Data
- Get User by ID
- Retrieve User Information
- Payments
-IAP Payments webhook support
- Payments:
- IAP Payments webhook support
- Notifications:
- Push Notifications
- In-App Notifications
- Analytics:
- User Activity Tracking
- Event Logging
- Settings:
- Update Preferences
- Manage Subscriptions
16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ PODS:
- React-Core
- react-native-netinfo (11.4.1):
- React-Core
- react-native-safe-area-context (4.14.0):
- react-native-safe-area-context (4.14.1):
- React-Core
- react-native-splash-screen (3.3.0):
- React-Core
Expand Down Expand Up @@ -1576,7 +1576,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNGestureHandler (2.20.2):
- RNGestureHandler (2.22.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1667,7 +1667,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (4.0.0):
- RNScreens (4.5.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1691,7 +1691,7 @@ PODS:
- Yoga
- RNSVG (15.1.0):
- React-Core
- RNVectorIcons (10.1.0):
- RNVectorIcons (10.2.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2017,7 +2017,7 @@ SPEC CHECKSUMS:
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-fbsdk-next: de7d8792163c648b27ed853d0dab181cf928aa32
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
react-native-safe-area-context: 4532f1a0c5d34a46b9324ccaaedcb5582a302b7d
react-native-safe-area-context: 141eca0fd4e4191288dfc8b96a7c7e1c2983447a
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
React-nativeconfig: 7af2ccce165f86b233a9f9d63295f6207e62640e
React-NativeModulesApple: db1c1ee9dda26c9e58d824b4100fed83add82ae9
Expand Down Expand Up @@ -2048,13 +2048,13 @@ SPEC CHECKSUMS:
RNAppleAuthentication: e00c76acb03351f5544373c78fa7f359bef6d5d3
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
RNCMaskedView: e07a0b5e9e8d6962826def06e6ff2ecdb815433f
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
RNGestureHandler: 9decfddf99dcf2397b50c9adae0188fc84c74231
RNGoogleSignin: 9e68b9bcc3888219357924e32ee563624745647d
RNIap: f3ca6e7597afccb2c1631de97d88f2e33b10dafd
RNReanimated: 74413c59c47123d7144db601d065627c75c746a3
RNScreens: de948b09c9a30f3ea52f9840dd6f8ce92b4e33d3
RNScreens: b51f1a8be0dd7bb470b757f6cca8ba878acb2000
RNSVG: 50cf2c7018e57cf5d3522d98d0a3a4dd6bf9d093
RNVectorIcons: ef957b2a1cd5efb71e53397257ec4ccffa34d0c4
RNVectorIcons: 6382277afab3c54658e9d555ee0faa7a37827136
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 06fc4b2c3664ae0e278964b8fbcb0ee9d21f0a5a

Expand Down
30 changes: 24 additions & 6 deletions ios/goparking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -727,7 +730,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -806,7 +812,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -949,7 +958,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -1084,7 +1096,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -1215,7 +1230,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
Loading