Commit 60aa0737 authored by Lê Hoàng Dương's avatar Lê Hoàng Dương

[update] archive ios success

parent 3e30c371
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
# require_relative '../node_modules/react-native/scripts/react_native_pods'
# require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
pod 'RNPermissions', :path => '../node_modules/react-native-permissions'
# pod 'RNPermissions', :path => '../node_modules/react-native-permissions'
# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
......
......@@ -1626,7 +1626,7 @@ PODS:
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
- RNGestureHandler (2.24.0):
- RNGestureHandler (2.25.0):
- DoubleConversion
- glog
- hermes-engine
......@@ -1647,8 +1647,6 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNPermissions (5.3.0):
- React-Core
- RNReanimated (3.17.1):
- DoubleConversion
- glog
......@@ -1880,7 +1878,6 @@ DEPENDENCIES:
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNFastImage (from `../node_modules/react-native-fast-image`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNPermissions (from `../node_modules/react-native-permissions`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNSVG (from `../node_modules/react-native-svg`)
......@@ -2049,8 +2046,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-fast-image"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNPermissions:
:path: "../node_modules/react-native-permissions"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
......@@ -2139,8 +2134,7 @@ SPEC CHECKSUMS:
RNCCheckbox: 450ce156f3e29e25efa0315c96cfbabe5a39ded1
RNDateTimePicker: 29264364ea7b8cc0fb355b3843cf276a4ff78966
RNFastImage: 462a183c4b0b6b26fdfd639e1ed6ba37536c3b87
RNGestureHandler: fc491c834d09b0538618a3f328ab75fe8f90f5b4
RNPermissions: 5017380d9fe1f63f0d1403139bc8d630fe0b7a19
RNGestureHandler: 667fcafe32933456d8851e0a96932d2d2b34411a
RNReanimated: 109749f3d76b07f13b0b4dec7f0d7d768032393f
RNScreens: 631b8768411a16e356f7934058d2139d0cc75157
RNSVG: 7d403633772d39f695b8a1ccb64db8499e807dac
......@@ -2149,6 +2143,6 @@ SPEC CHECKSUMS:
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 4ef80d96a5534f0e01b3055f17d1e19a9fc61b63
PODFILE CHECKSUM: 313d38a7780c27dcf25e928fcbd0a903a53a37cc
PODFILE CHECKSUM: 517d1a01a0bc68dc6b7ec40ddb3cdcf03e24e54c
COCOAPODS: 1.16.2
......@@ -554,17 +554,19 @@
baseConfigurationReference = 614FD1951B139594D4E5D188 /* Pods-anawork_mobile.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = D2GAMBWAAS;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = anawork_mobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Anawork;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
......@@ -588,16 +590,18 @@
baseConfigurationReference = 2196C03928896FD59D60D560 /* Pods-anawork_mobile.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = D2GAMBWAAS;
INFOPLIST_FILE = anawork_mobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Anawork;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
......
......@@ -6,19 +6,19 @@
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>C617.1</string>
<string>3B52.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
<string>3B52.1</string>
<string>CA92.1</string>
</array>
</dict>
<dict>
......
......@@ -14,8 +14,8 @@ import CalendarBirthday from './subViews/CalendarBirthday';
import Quotation from './subViews/QuotationList';
import {Button} from 'react-native-paper';
import {IMAGES} from '../../../assets/images';
import ImCheckInInstall from '../components/ImCheckInInstall';
import ImCheckInModule from 'ImCheckInModule';
// import ImCheckInInstall from '../components/ImCheckInInstall';
// import ImCheckInModule from 'ImCheckInModule';
const HomeMainView = ({
userInfo,
openView,
......@@ -36,14 +36,14 @@ const HomeMainView = ({
<ScrollView
nestedScrollEnabled={true}
showsVerticalScrollIndicator={false}>
<TouchableOpacity
{/* <TouchableOpacity
style={{borderRadius: 5, margin: 10}}
onPress={toggleImCheckInModal}>
<Image
source={IMAGES.ImCheckInLogo}
style={{width: 50, height: 50, borderRadius: 5}}
/>
</TouchableOpacity>
</TouchableOpacity> */}
<Quotation quotation={randomQuotation} />
{/*Calendar*/}
<CalendarBirthday {...calendarBirthdayProps} />
......@@ -60,7 +60,7 @@ const HomeMainView = ({
</ScrollView>
)}
<BirthdayModal {...birthdayModalProps} />
<ImCheckInInstall {...imCheckInInstall} />
{/* <ImCheckInInstall {...imCheckInInstall} /> */}
{openProfileComponent && openProfileComponent}
</SafeAreaView>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment