commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
b97d9bf79f70268ced1851f87696aa513b993917
--- package-lock.json @@ -3194,9 +3194,9 @@ "integrity": "sha512-SsYeWcxxTEepE6j5VXuLED8z5GrloWsUXcF9+G8vq3pZz12x8zCsADRdCT/nXVGhWvgbN8IxJ0f3J1AoihtqDA==" }, "@walmart/time-clock-mini-app": { - "version": "0.1.29", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Time Clock Mini App fixes and additional logging (#344)
Time Clock Mini App fixes and additional logging (#344) * Time Clock Mini App fixes and additional logging * Added CCM integration Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
7a0ac2980bd4e4c63ee9041c3a933797961321f9
--- packages/allspark-foundation/__tests__/Components/AllsparkBanner.test.tsx @@ -1,6 +1,7 @@ import React from 'react'; import { render, fireEvent } from '@testing-library/react-native'; import { AllsparkBanner } from '../../src/Components/Banners/AllsparkBanner'; +import { AllsparkBanners, AllsparkBannersContainer...
test: Nav selectors coverage, Banners
test: Nav selectors coverage, Banners
1b0d9ca50429c50efa39498f59abc65e93f871eb
--- package-lock.json @@ -5209,9 +5209,9 @@ "integrity": "sha512-n9vW1AXD9lQaQqh9fDvOo1VJ9akn8y2NmmaFMdz5K9Kxprypi8F5ivT5IgevVD+0Ioln94jKnmRTszyWoDO06w==" }, "@walmart/manager-approvals-miniapp": { - "version": "0.0.60", - "resolved": "https://npme.walmart.com/@walmart/manager-approvals-minia...
Bump manager approvals version
Bump manager approvals version
fb236901a287498d338adf93bca353e41890483c
--- packages/expo-config-plugins/src/withReactNativeGeolocation.ts @@ -44,6 +44,32 @@ export function addLocationPermissionToManifest( }); } + if ( + !androidManifest.manifest["uses-permission"].find( + (item) => + item.$["android:name"] === "android.permission.FOREGROUND_SERVICE_LOCATION" + ...
feat(lib): ALLSPARK-6346 update android manifest
feat(lib): ALLSPARK-6346 update android manifest
f4a058a6b45836ff1cf68440591808d55a9791ad
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/shelfavailability-mini-app": "1.5.11", "@walmart/taskit-mini-app": "0.49.12", "@walmart/time-clock-mini-app": "2.25.0", - "@walmart/ui-components": "1.9.0-rc.3", + "@walmart/ui-components": "1.10.0", "@walmart/welcomeme-...
stable version
stable version
d2b19b665cf7c5ca9bc6014a1081986ce5188a87
--- __tests__/translations/utilsTest.ts @@ -2,8 +2,8 @@ import {Platform, NativeModules} from 'react-native'; import { addMiniAppI18nResources, getDeviceLanguage, - LANGUAGE_KEY, - persistLanguage, + getPersistedLanguage, + onLanguageChange, syncDeviceLanguage, } from '../../src/translations/utils'; imp...
update test and core util version
update test and core util version
5cbf4e8234a5a524fb9fb322e876bdf97fb9debd
--- src/managerExperience/components/AssociateList/styles.ts @@ -97,7 +97,6 @@ export const associateListItemStyles = (hasBorder: boolean) => flexDirection: 'column', justifyContent: 'space-between', marginLeft: 'auto', - marginBottom: 6, }, tag: { alignSelf: 'flex-end', ---...
fix: small roster detail screen fixes
fix: small roster detail screen fixes
baaeca063d0b77dadaf7f9521f7b3c24facfe5e4
--- .looper.yml @@ -59,6 +59,7 @@ flows: preparePublish: - call: installDependencies + - (name Checkout Yarn Config) git checkout -- .yarnrc.yml - (name Build Packages) yarn run build pr:
chore: update looper file for publish fix
chore: update looper file for publish fix
84990087a499fa6e210b2312e35b709d920b1be1
--- targets/US/package.json @@ -89,7 +89,7 @@ "@walmart/attendance-mini-app": "3.44.0", "@walmart/avp-feature-app": "0.8.7", "@walmart/avp-shared-library": "0.8.9", - "@walmart/backroom-mini-app": "1.2.6", + "@walmart/backroom-mini-app": "1.5.12", "@walmart/calling-mini-app": "0.5.6", "@w...
Update @walmart/backroom-mini-app to 1.5.12
Update @walmart/backroom-mini-app to 1.5.12
49f4eaa24f852bb319ce7fff50af299e0d930e73
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.11", + "version": "1.15.1-alpha.12", "main": "dist/index.js", "files": [ "dist" @@ -99,9 +99,9 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", ...
Update my team app version
Update my team app version
e1d2904f0ebac447e5006c9eaca81e6561d73e5e
--- ios/Podfile.lock @@ -1200,7 +1200,7 @@ SPEC CHECKSUMS: react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8 react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f - react-native-logger: 23f2b2ed3622b45613...
cleaned up podfile conflict
cleaned up podfile conflict
168caf250117f3619e504866d0692d3e3c3bb571
--- .looper.multibranch.yml @@ -46,9 +46,9 @@ rules: - around(pod-install): - withcache('cocoapods-cache'): - $proceed - # - after(initialize): - # - (name Install Gems) $RUBY_PATH/bundle install # install dependencies from Gemfile - # - (name Fetch Git Metadata) $RUBY_PATH/bundle exec fastlane gi...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
6c822e8c7f1376769c9fae1b27c58fea1f622b70
--- src/components/TeamList.tsx @@ -156,8 +156,11 @@ const TeamItem = (props: { const sortByTeamName = (teamA: Team, teamB: Team) => teamA?.teamName?.localeCompare(teamB.teamName || '') || 0; -export const TeamChatCard = (props: {style?: StyleProp<ViewStyle>}) => { - const {style} = props; +export const TeamChat...
update the roster blank space fix and sorting logic for roster filters
update the roster blank space fix and sorting logic for roster filters
981d4b255169d9e4c2b8d740ea249a718c28d12c
--- jest.config.js @@ -2,7 +2,11 @@ module.exports = { preset: 'react-native', setupFiles: ['<rootDir>/__tests__/setup.ts'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], - collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], + collectCoverageFrom: [ + '<rootDir>/src/**/*.{js,j...
chore: ignoring queries and mocks folders in coverage
chore: ignoring queries and mocks folders in coverage
0e990caf1bf227813bccf8d71a0f762fc9e9c2d3
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.32.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.31.0...v2.32.0) (2025-05-01) + + +### Features + +* **ui:** update allspark-extension types ([2432fd9](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/2432fd934850540d642503c019d2902e115c3a...
chore(release): 2.32.0 [skip ci]
chore(release): 2.32.0 [skip ci] # [2.32.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.31.0...v2.32.0) (2025-05-01) ### Features * **ui:** update allspark-extension types ([2432fd9](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/2432fd934850540d642503c019d2902e115c3ac5))
337d37b4aab22f226ed89cad2fdf278f7307f3a9
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.3.12", + "version": "1.3.13", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
Update foundation version
Update foundation version
733f73e1d8346daa1f31de411eec3a9d8866dd04
--- __tests__/harness/firestore/data/channels.ts @@ -8,6 +8,61 @@ import { import {encryptUserId} from '../../../../src/utils'; import {staticDateStrings} from './timestamps'; +const managementChannelParticipants = [ + encryptUserId(rawUserList[0]), + encryptUserId(rawUserList[1]), + encryptUserId(rawUserList[2]...
adding more test channel data
adding more test channel data
e21f85e995634e3b25e585d36276650ddc353453
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -501,7 +501,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 212ACBF9F6EA1B3866D5D388 /* Pods-AllSpark.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Prod"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-...
app icon script fix (#406)
app icon script fix (#406) Co-authored-by: Hitesh Arora <>
a29cac0578d40d44775624d1b6e400d58c7b276e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.1", + "version": "3.7.0-alpha.0", "main": "dist/index.js", "files": [ "dist",
feat(ada): update versions
feat(ada): update versions
95177a5c0f5cabecd4617ecde6b25e375bb11fe3
--- src/managerExperience/components/FilterChipGroup/FilterChipGroup.tsx @@ -65,6 +65,7 @@ export const FilterChipGroup = ({ setSelectedShift(() => shift); }; + //TO-DO: add a featureFlag to the shiftSwitcher Modal const toggleShiftSwitcherModal = () => { AllsparkNavigationClient.openModal('roster.Sh...
feat(ui): UI updates
feat(ui): UI updates
0cfb7f1b40870f165e79fad736f268b07a10bdb2
--- __tests__/screens/SearchScreen/SearchScreenTest.tsx @@ -17,7 +17,7 @@ import {finishPendingRequests} from '../../harness/utils'; import {hourlyUserData} from '../../harness/redux/mockState/mockUsers/hourlyUser'; import {createMockDailyRosterResponse} from '../../harness/athenaQueries/getDailyRoster'; -const LOG...
Update namespace
Update namespace
d03c8cbb020bd76cbae37d17cac817d1edb09d9f
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/onewalmart-miniapp": "1.0.14", "@walmart/pay-stub-miniapp": "0.9.31", "@walmart/payrollsolution_miniapp": "0.130.34", - "@walmart/price-changes-mini-app": "1.9.2", + "@walmart/price-changes-mini-app": "1.9.3", "@walmart/...
chore: updating PC version
chore: updating PC version
82b955238337ec4e45bb6f46a1ab844adf9d75e1
--- src/index.tsx @@ -14,8 +14,6 @@ export * from './shared'; reducerManager.addReducer('roster', rosterSlice.reducer); export const initialize = async (debugToken: string) => { - initi18n(); - const rnfbProvider = firebase .appCheck() .newReactNativeFirebaseAppCheckProvider(); @@ -37,6 +35,8 @@ expor...
feat(ui): Merge changes for drop 23 version 1 SMDV-5921
feat(ui): Merge changes for drop 23 version 1 SMDV-5921
4ac2d9e45874363a09a8e3d4e0081f36c5c11c56
--- __tests__/startup/StartupSagaTest.ts @@ -9,13 +9,7 @@ import { cancel, } from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; -import { - User, - AuthTypes, - UserTypes, - UserSelectors, - AuthSelectors, -} from '@walmart/redux-store'; +import {User, AuthTypes, UserTypes, U...
Removing uneeded selector
Removing uneeded selector
1564d2ddd8a877ad49b068f862aecaac02ec8f0b
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.1", - "@walmart/receipt-check-miniapp": "1.12.4", + "@walmart/receipt-check-miniapp": "1.13.5", ...
update version
update version
5aa807f2aa0186a425c4bea93c7190d6e6d92ebb
--- packages/allspark-authentication/__tests__/Authentication.test.ts @@ -143,7 +143,7 @@ describe('AllsparkAuthentication', () => { // Revoke token and fire listener expect(revoke).toHaveBeenCalledWith(AuthorizeConfig, { - tokenToRevoke: AuthorizeResult.accessToken, + tokenToRevoke: Autho...
chore: update race condition for the logout (#503)
chore: update race condition for the logout (#503)
e79d05d761d4e04591a9caad38f4c81dbc30c70c
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -80,26 +80,30 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { ); useEffect(() => { - const getMyTeamData = async () => - await data?.associatePreferences?.meAtWalmartPreferences - ...
feat(ui): Update navigation for onboarding
feat(ui): Update navigation for onboarding
7b03dc37912fd498d3496bcd37cbc8add96fa944
--- app.config.US.ts @@ -21,6 +21,7 @@ const bundleIdentifier = Environment.select({ // Can we make it a process env variable? const buildNumber = process.env.BUILD_NUMBER || "938"; +// Used to temporarily bypass codegate for hardcoding of google maps key const magicWord = "Key" as const; const CONFIG: ExpoConf...
chore: add active arch fix plugin. add option to update context on variable prompt script
chore: add active arch fix plugin. add option to update context on variable prompt script
84ef32e5b1c48730715e65d624de488cfdd0976b
--- .looper.multibranch.yml @@ -327,9 +327,11 @@ flows: - echo "uploading build" - call: upload-build(version = "${version}-${env}-SNAPSHOT", artifactId = "allspark-core-${os}-${env}", buildOutput = ${buildOutput}, sourceMap = ${sourceMap}) - call: slack-success(version = "${version}-${env}-SNAPSHO...
forgot to call the flow
forgot to call the flow
d749b8fcd1379b06575abfd6a5be86c50873db77
--- scripts/releaseCpTagging.js
rename script
rename script
21db83eb19f7c4df20067df1170554dd0e4672ca
--- src/components/Roster/Roster.tsx @@ -183,7 +183,10 @@ export const Roster: React.FC<RosterProps> = (props) => { ListEmptyComponent={ <ListEmptyComponent isLoading={loadingDailyRoster} - hasError={!!rosterDataFetchError} + hasError={ + !!rosterDataFetchError &&...
Update the error condition
Update the error condition
438f787f670131e173512b53fb0a76e80d950b60
--- __tests__/startup/NotificationTest.ts @@ -1,4 +1,5 @@ /* eslint-disable react-hooks/rules-of-hooks */ +import {IAllsparkNotification} from '@walmart/core-services-allspark'; import {useNotification} from '@walmart/core-services/Notification'; import {SumoPushEventTypes} from '@walmart/react-native-sumo-sdk'; @...
moving sumo folder to notifications file
moving sumo folder to notifications file
95da63ccdfe7a48ce852af5ee3ab5a8601d78021
--- .looper-android-dev.yml @@ -22,4 +22,4 @@ flows: - npm run jetifier # - (name replace gradle implementation in firestore) sh scripts/updateFirestoreGradle.sh - (name replace gradle implementation in remote-config) sh scripts/fixAndroidProtobufError.sh - - call: build-and-publish(os = "android", ve...
Changed binary name from -snapshot to -dev for better understanding, changed marketing version to 1.0.0 so that it looks good in build (#38)
Changed binary name from -snapshot to -dev for better understanding, changed marketing version to 1.0.0 so that it looks good in build (#38)
8c5a44d0868f95ec7eec3ac90a99950bb09657af
--- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap @@ -20,7 +20,7 @@ exports[`VersionsList 1`] = ` [ { "data": [], - "title": "Me@Walmart (undefined)", + "title": "Me@Walmart (dev)", "version": undefined, }, ] @@ -65,7 +65,7 @@...
fix(env): ALLSPARK-6869 fix env value in version title (#4694)
fix(env): ALLSPARK-6869 fix env value in version title (#4694) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
4aadcfe575663dacbdfea2db683857e4edc01c6d
--- .husky/pre-push @@ -1 +1 @@ -yarn run build && yarn run test +yarn run build && yarn run coverage
chore(ui): update pr guidelines and husky config
chore(ui): update pr guidelines and husky config
a05c287db2f56ba6b51777f3e57cd7b849c63b5e
--- targets/US/package.json @@ -141,7 +141,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.7.1", - "@walmart/rn-receiving-mini-app": "2.4.45", + "@walmart/rn-receiving-mini-app": "2.4.74", "@walmart/roster-mini-app": "2.9.0", ...
Drop28 Receiving - 2.4.74
Drop28 Receiving - 2.4.74
208543cb7146cb76374676a926f5e71eb33b12e0
--- __tests__/startup/SsoSagaTest.ts @@ -94,12 +94,12 @@ describe('handleSiteIdPrompt', () => { describe('isSilentSignInError', () => { it('returns true for silent error', () => { - const error = 'Oh boy...Get user failed. Thats not good!'; + const error = new Error('Oh boy...Get user failed. Thats not good...
Fixing error in isSilentSignInError
Fixing error in isSilentSignInError
acb437cc2802067b4818894c9d9d340b4471a71e
--- packages/me-at-walmart-container/src/environment/types.ts @@ -26,6 +26,7 @@ export interface IMeAtWalmartEnvironment { url: string; headers: Record<string, string>; persistedQueries: boolean; + includeOperationName?: boolean; }; logger: { url: string; --- packages/me-at-walmart-contai...
feat: add operation name header config to env
feat: add operation name header config to env
279851f227688db34138b45a30780c0aeff8a9c0
--- __tests__/core/screenTrackerTest.ts @@ -18,7 +18,7 @@ describe('isBlockedScreen', () => { }); it('returns false if not blocked screen', () => { - const blocked = isBlockedScreen('home'); + const blocked = isBlockedScreen('home.root'); expect(blocked).toEqual(false); }); }); @@ -36,7 +36,7 @@ ...
Screen tracker fix
Screen tracker fix
d7644088f91cd151b6228a8853aa2c013918128c
--- package-lock.json @@ -5210,9 +5210,9 @@ "integrity": "sha512-07E3+9TmADmmfshDt5JtR87aQzVziaR/AO8aRPFKMcJ4/dI9NYeQMe7WC3E5/FjmhwSftrk8fdERlBFc522mrw==" }, "@walmart/inbox-mini-app": { - "version": "0.40.0-inbox3.31", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-m...
version bump
version bump
6fe87bc54241c5edff63a6bf60835a46a05c2069
--- src/channels/services.ts @@ -2,6 +2,7 @@ import moment from 'moment-timezone'; import firestore from '@react-native-firebase/firestore'; import namecase from 'namecase'; import {CommonGraphQLClient} from '@walmart/allspark-graphql-client'; +import {getEnvContext} from '@walmart/core-services/Environment'; imp...
fix: list empty state style. graphql consumer id
fix: list empty state style. graphql consumer id
e8156bb3fc6d4f5e0731a5cd2a70b8d666b024d9
--- .looper.multibranch.yml @@ -93,7 +93,7 @@ envs: releaseType: "test" releaseTypeDesc: "Build from a feature branch; test feature in isolation" slackIcon: ":firecracker:" - slackChannel: "allspark-build-test" + slackChannel: "allspark-builds-developer" buildType: "SNAPSHOT" ...
fix pods cache; fix slack channel names
fix pods cache; fix slack channel names
ebd0ec2f136ebf5346ece0bdc275c31b98080439
--- src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -166,7 +166,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [ options: { headerShown: false, }, - clockCheckEnabled: false, + clockCheckEnabled: true, }, { featureId: MINI_APPS.AMP,
fix(IP-13701): enable clock check for receiving app (#4551)
fix(IP-13701): enable clock check for receiving app (#4551)
a2dff2ca438a7e11d36d6cf66da467d42207d7ec
--- packages/celebration-mini-app-graphql/src/components/Widget/CelebrationAvatars.tsx @@ -1,11 +1,12 @@ import React from 'react'; import {View, TouchableOpacity} from 'react-native'; -import {Caption} from '@walmart/gtp-shared-components'; +import {Body} from '@walmart/gtp-shared-components'; import {AssociateAvat...
fix(ui): celebration screen birthday tab
fix(ui): celebration screen birthday tab
7bd88ae83293a4d889b9d93684b4fffc1db7efe5
--- src/channels/provider.tsx @@ -131,6 +131,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { } else { storeChannelDoc.update({ participants: firestore.FieldValue.arrayUnion(viewerId), + lastMessageTime: firestore.FieldValue.serverTimestamp(), ...
update push notification for team and store
update push notification for team and store
ecd614a055d6a88b98737b7b00442cc70e123d31
--- src/constants.ts @@ -10,7 +10,6 @@ export const WHOLE_STORE = 'WHOLESTORE'; export const PUSHTOTALK_SCREEN_NAME = 'myTeam.pushToTalk'; export const LOCAL_STORAGE_KEY_PREFIX = 'texting-'; export const SEVEN_DAYS_AGO_TIMESTAMP = daysAgoTimestamp(7); -export const TEXTING_MINI_APP_CACHE_NAMESPACE = 'texting_miniapp...
using common cache prefix
using common cache prefix
b14a0fcc7c6df7bfa32c49349386789f9f3ab70f
--- yarn.lock @@ -8334,19 +8334,19 @@ __metadata: languageName: node linkType: hard -"@walmart/facilities-management-miniapp@npm:0.18.41": - version: 0.18.41 - resolution: "@walmart/facilities-management-miniapp@npm:0.18.41::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443%2Fartifactory%2Fapi%2Fn...
feat(fm): navigation fix - fm@0.18.44
feat(fm): navigation fix - fm@0.18.44
3ccc320e3809125b69d4a9ff246aa2c146aa5da1
--- __tests__/core/initSSOTest.ts @@ -1,93 +0,0 @@ -import WmTelemetry from 'react-native-wm-telemetry'; -import { - SSOPingFedEvents, - ssoEventEmitter, - SSOPingFedEventData, -} from 'react-native-ssmp-sso-allspark'; -import { - addSSOListeners, - ssoTelemetryEventListener, -} from '../../src/core/initSSO'; -imp...
delete the initSSOTest.ts
delete the initSSOTest.ts
dcc65475e417807f45953dff43eb978e0abc5f20
--- targets/US/package.json @@ -144,7 +144,7 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.77.0-1303-c9db975", + "@walmart/sidekick-mini-app": "4.80.1", "@walmart/store-featur...
chore: bump sidekick version
chore: bump sidekick version
ea920d71eb7f8e51c5e6068ccb51af20bce72381
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 92 + versionCode 93 versionName "1.0.7" } sp...
Incrementing build number
Incrementing build number
4840d74099700cd7d2d5eb412c75fe754c9ce3b2
--- .looper.multibranch.yml @@ -63,8 +63,8 @@ flows: - call: sonar-scan-pr - parallel(failsafe): - (name Scanning Walmart Packages) npm run lint:changed-walmart-libs ${GITHUB_PR_TARGET_BRANCH} - - (name Scanning Deprecated Packages In Core) corepack enable && export GITHUB_REPOSITORY="${GITHUB...
feat(lib): modify looper
feat(lib): modify looper
f6f68506c06f7d7e92addce6ffb0c8d0f002703b
--- __tests__/__mocks__/expo-file-system.js @@ -0,0 +1,9 @@ +module.exports = { + documentDirectory: 'documentDirectory', + readAsStringAsync: jest.fn(), + getInfoAsync: jest.fn(), + writeAsStringAsync: jest.fn(), + makeDirectoryAsync: jest.fn(), + readDirectoryAsync: jest.fn(), + deleteAsync: jest.fn(), +}; -...
chore: updating blob test
chore: updating blob test
3d7fcaf5460369d3eff06006d50ae8b027b96682
--- packages/allspark-foundation/src/Components/Hub/Container/AllsparkHubContainer.tsx @@ -3,7 +3,7 @@ import { AllsparkComponentContainers, ComponentContainer, } from '../../ComponentContainers'; -import { Header } from '../Header'; +import { HubHeader } from '../../HubHeader'; import { TeamSwitcher } from '.....
Merge changes from parent repo
Merge changes from parent repo
48f8835d2bad94dfdad7adb579580ff160787f0e
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/functional-components": "~4.0.3", "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.10", - "@walmart/impersonation-mini-app": "1.20.3", + "@walmart/impersonation-mini-app": "1.20.5", ...
Updated impersonation version
Updated impersonation version
78f918603bf6b9642802370eb641d08885252fe2
--- src/queries/getTeamById.graphql @@ -30,6 +30,7 @@ query GetTeamById($businessUnitNumber: Int!, $countryCode: String!, $date: Date! mewClockedInCount mewClockedOutCount mewTardyCount(date: $date) + site teamId teamName workgroup --- src/queries/getTeamById.ts @@ -21,6 +21,7 @@ expo...
Update site in the teams query
Update site in the teams query
dba250345f48e998ea3cf0ab6d7272cb74b25c3c
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap @@ -71,7 +71,7 @@ exports[`MainTabsNav matches snapshot with badges 1`] = ` } /> <Screen - component={[Function]} + component="TaskItMiniApp" name="taskit" options={ Object { @@ -210,7 +210,7 @@ ex...
revert changes as taskit is called mutli times
revert changes as taskit is called mutli times
b3571abce4f9413749e0a375f626ebc46bc1a949
--- __tests__/navigation/AssociateHallwayNav/BannersTest.tsx @@ -9,6 +9,7 @@ import { import {all, call, takeLatest} from 'redux-saga/effects'; import {NetworkActionTypes} from '@walmart/allspark-foundation/Network'; import {SettingsActionTypes} from '../../../src/settings/redux'; +import {UserActionTypes} from '@wa...
chore: fixes for allspark339x bugs
chore: fixes for allspark339x bugs
d39093f0a0d7d01bd1644a38322df30e4d3417f9
--- package-lock.json @@ -4480,9 +4480,9 @@ "integrity": "sha512-Eznjvw57SWVzjaQAqYdouEeXKmQbQdRMtTS2azj2hxKIsRhmE4BH5KIbUuL7PtmIOkUTc8bSdo7ZGlmuwBb3RQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.4.32", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
GTA-108645: address clocking rules check to enable time clock for DC
GTA-108645: address clocking rules check to enable time clock for DC
a8f7daab29ebdf67720ad57ec4e8e4abd2de2948
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -188,9 +188,9 @@ export class ComponentContainer<Props extends AnyObject> { * // Hello Component 1 * // Hello Component 2 */ -class ComponentContainerManager<Containers extends Record<string, AnyObject>> { +class ComponentContainerManager ...
refactor: remove component container reliance on global allspark type
refactor: remove component container reliance on global allspark type
3ca9d386878fd685abe03d15a23b132806a12788
--- __tests__/startup/UserFlowTest.ts @@ -1,59 +1,50 @@ import {Alert} from 'react-native'; import {call, cancel, fork, select, take} from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; -import {UserSelectors, UserTypes} from '@walmart/redux-store'; -import {navigate} from '@walmart/...
more test
more test
156b000bec881edd5941254b9be0a660aab9f0b8
--- core/src/core/syncDeviceLanguage.ts @@ -34,7 +34,13 @@ export const syncDeviceLanguage = async () => { } // Device language sometimes comes back with an _. We have a standard of having languages like en-US. - language = language.replace('_', '-'); + // Sometimes we also get region info after the en-US for...
fix: sometimes device can return a language string with additional info. Fixing that and also defaulting to en-US
fix: sometimes device can return a language string with additional info. Fixing that and also defaulting to en-US
e239c870c9e226732d969108aabeec70b1af6519
--- __tests__/auth/__snapshots__/AuthenticatorViewTest.tsx.snap @@ -65,7 +65,10 @@ exports[`AuthenticatorView renders error 1`] = ` <View style={ Object { - "top": 97, + "alignSelf": "center", + "bottom": 56, + "position": "absolute", + "width": "75%", } } ...
Chore/sign in update (#132)
Chore/sign in update (#132) * updated styles for sign in button * update text
06dd417e07e2099f10ac8980232e404b82c29625
--- package-lock.json @@ -5508,12 +5508,12 @@ "integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g==" }, "@walmart/schedule-mini-app": { - "version": "0.24.0", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
Bump schedule-mini-app and wfm-ui packages
Bump schedule-mini-app and wfm-ui packages
4f90f4a52286d2d042d66145864980db2d4feadb
--- targets/US/package.json @@ -110,7 +110,7 @@ "@walmart/gtp-shared-components": "2.2.6-rc.1", "@walmart/ims-print-services-ui": "2.16.4", "@walmart/inbox-mini-app": "0.97.13", - "@walmart/iteminfo-mini-app": "8.0.4", + "@walmart/iteminfo-mini-app": "8.1.1", "@walmart/learning-mini-app": "20....
iteminfo miniapp version upgrade
iteminfo miniapp version upgrade
16a8a7aaefe525944f183038c4ccccc42a7d5e9b
--- src/startup/AuthFlow.ts @@ -28,10 +28,27 @@ const SILENT_SSO_ERRORS = [ "invalid_grant", ]; -export const isSilentSignInError = (error?: Error | AuthError) => - SILENT_SSO_ERRORS.some((silentError) => - JSON.stringify(error)?.toLowerCase().includes(silentError), +/** + * Returns true if a sign in error ...
fix: silent sign in error logic not working for error
fix: silent sign in error logic not working for error
e41788277f755be6ace94e2d368ac894ec798d8f
--- src/managerExperience/components/RosterMessageButton/RosterMessageButton.tsx @@ -5,14 +5,21 @@ import {RosterMessageButtonStyles as styles} from './style'; import {RosterMessageButtonProps} from './types'; import {textingMethods} from '@walmart/wmconnect-mini-app'; import {useGetRosterByTeam} from '../../../hook...
feat: add translation to the button
feat: add translation to the button
4fd9d0645a599531a3a5404d5695d92b1cc066ac
--- src/components/MyWalmartv2/Common/RosterList/RosterList.tsx @@ -2,6 +2,7 @@ import React, {memo, useCallback, useEffect} from "react"; import {View, StyleSheet} from "react-native"; import {FlashList, ListRenderItem} from "@shopify/flash-list"; +import {Skeleton} from '@walmart/gtp-shared-components'; import {R...
fix: add loader
fix: add loader
4478398b5835b7356ed2ffe4201909865d999943
--- src/components/ClockedOutScreenGuard.tsx @@ -1,7 +1,6 @@ /** * Return early with warning if clocked out */ -import {analytics} from '../logger/Analytics'; import React, {ReactElement} from 'react'; import {StyleSheet} from 'react-native'; import {Alert} from '@walmart/gtp-shared-components';
remove unused line
remove unused line
237ab84416879b9c4e79b05176d20eb61f9b5fb0
--- core/__tests__/__mocks__/realm.js @@ -1,4 +1,3 @@ module.exports = { - ...jest.requireActual('realm'), Realm: 'Realm', }; \ No newline at end of file
add mock for realm
add mock for realm
6a33e61361deeb19285deda80ba5139de6149701
--- package-lock.json @@ -5421,9 +5421,9 @@ "integrity": "sha512-vL0+hmLX3mP3jXomwGL+kxp2aRLe002I+b+LL+wVbmOdRdXBvA7gbA5VJeRFkvaUQfU2SlRVLYJwv34HT9I8jw==" }, "@walmart/shelfavailability-mini-app": { - "version": "1.2.1", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-...
SA-239 inc to 1.2.1
SA-239 inc to 1.2.1
816d9bd9e326b0150d4c7d267698e416b07c81e0
--- packages/allspark-foundation/__tests__/FeatureRunner/__snapshots__/navigation.test.tsx.snap @@ -18,14 +18,17 @@ exports[`renderHeaderLeft matches snapshot 1`] = ` testID="navigationMenu" > <View> - <MenuIcon /> + <MenuIcon + color="white" + size="medium" + /> <View style={ ...
fix(ui): fixed warning badge on hamburger menu (#538)
fix(ui): fixed warning badge on hamburger menu (#538) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
e10ee75d2b04810bd919199c415a0094fbb8e42a
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx @@ -3,6 +3,7 @@ import React from 'react'; import { fireEvent } from '@testing-library/react-native'; import { render } from '@walmart/allspark-foundation/__tests__/utils'; import { ShiftFilterList } from '@walmart/allspar...
Adding Test 5
Adding Test 5
37594e1ad0fe2d23fdcfa5e6f877ab8880247411
--- __tests__/harness/athenaQueries/getDailyRoster.ts @@ -11,6 +11,7 @@ export const mockGetDailyRosterQuery = { days: 1, startDate: currentDay, storeId: '100', + businessUnitNumber: 100, }, }, result: {
SMDV-5299/updated mock query
SMDV-5299/updated mock query
27885420720f8af2715f4007f8d50ab39a922238
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.0-alpha.3", + "version": "1.15.0-alpha.4", "main": "dist/index.js", "files": [ "dist" --- src/navigation/index.tsx @@ -113,7 +113,6 @@ export const TeamHub = () => { ['roster'], { ['Header...
Update my team mini app version
Update my team mini app version
e453b415754eb306aec56b0e04ca712a95c54e70
--- package.json @@ -103,7 +103,7 @@ "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.7", "@walmart/exception-mini-app": "1.8.4", - "@walmart/facilities-management-miniapp": "0.11.15", + "@walmart/facilities-management-miniapp": "0.11.16", "@walmart/feedback-...
verion bump drop 24
verion bump drop 24
1bf1d513a81e0b6a7bad255767edb008818291b5
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -70,6 +70,7 @@ import {createMiniAppScreens} from '../../../core/CreateGuardedScreens'; import {MainTabsNav} from './Tabs'; import {MainStackMap} from './types'; import {MyTeamStackNav} from './Tabs/MyTeamStackNav'; +import {MINI_APPS} from '....
ALLSPARK-4175: Referred Mini Apps from enum
ALLSPARK-4175: Referred Mini Apps from enum
3e96ffadd017c206b3bc4cf935abaab8a9fdbaf7
--- packages/allspark-foundation-hub/src/Container/AllsparkHubContainer.tsx @@ -76,6 +76,7 @@ export const managerExperienceFeature = new AllsparkFeatureModule(FEATURE_ID, { }, 'managerExperience.supplyChain.editModal': { modal: EditSavedTeamsModal, + disableFlingGesture: true, containerSty...
feat(ui): disabling fling gesture for edit modal
feat(ui): disabling fling gesture for edit modal
ea411730d2f9e39ce91cde6f452548caaf9502d9
--- ios/Podfile.lock @@ -530,7 +530,7 @@ PODS: - React-Core - react-native-pdf (6.6.2): - React-Core - - react-native-ptt-module (1.8.3): + - react-native-ptt-module (1.8.7): - PTT (= 1.8.3) - React - react-native-render-html (6.3.4): @@ -541,7 +541,7 @@ PODS: - RCTTypeSafety - Rea...
updating ptt module
updating ptt module
02aef078c38541d924238efe202967d00e5f1d02
--- src/navigation/DeeplinkConfig.ts @@ -1,4 +1,7 @@ import {LinkingOptions} from '@react-navigation/native'; +import {take} from 'redux-saga/effects'; +import {UserActionTypes} from '@walmart/allspark-foundation/User'; +import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; // https://r...
refactor: move deeplink sagas to navigation. setup through saga
refactor: move deeplink sagas to navigation. setup through saga
b6030df40b69f4a9ac28eb54a1ca1196c6d24caf
--- packages/allspark-foundation/src/Core/docs/AllsparkConfig.md @@ -31,6 +31,7 @@ Use this configuration to configure the contents of those files or codegen proce module.exports = { graphql: { queries: 'src/queries', // The directory where your GraphQL queries are located + client: 'src/graphql#M...
feat: add client option to graphql codegen for local client connection
feat: add client option to graphql codegen for local client connection
dc013a629f5436ba7362375e9a1ab4150cd65e55
--- package.json @@ -1,6 +1,6 @@ { "name": "allspark-main", - "version": "1.4.0", + "version": "0.4.5-SNAPSHOT.1", "private": true, "scripts": { "firebase:dev": "cp ./ios/GoogleService-Info-Dev.plist ./ios/GoogleService-Info.plist && cp ./android/app/google-services-dev.json ./android/app/google-servic...
updating the package.json
updating the package.json
d61b647f04821dd01b45cf704e5b8e6a494f26ad
--- src/hooks/useFilterCounts.ts @@ -49,7 +49,8 @@ export const useFilterCounts = (associates: Associate[]) => { * is monitored through a firestore snapshot. Merging its values seperately from rosterCounts * so that presence changes don't trigger recalculation of other statuses */ - //TODO: Revise integrat...
removing code
removing code
02c4d58bafba37b1736274cbbe4c7b62ded7b367
--- packages/me-at-walmart-container/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { - "me@:generate:versions": "./lib/scripts/createDependencyJson", + "me@:generate:versions": "./lib/scripts/createDependencyJson.js", }, "files": [ "lib/",
fix: script fix
fix: script fix
b0c5933059bac5bd5151590635a7a2b2d9ae6886
--- packages/allspark-foundation/src/Hooks/useUserPreferences.ts @@ -6,6 +6,22 @@ import { UserSelectors } from '../User'; import { SiteSelectors } from '../Site'; import { TeamSwitcherTypes } from '../Components'; +const sorter = (data: TeamSwitcherTypes[]): TeamSwitcherTypes[] => { + const sorted: TeamSwitcherTy...
chore(ui): added sorter function for teamdata
chore(ui): added sorter function for teamdata
cd2a0fa9c7d2276828c3fb1d0effe61f86f05700
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.2.0", + "@walmart/emergency-mini-app": "1.8.0", "@walmart/exception-min...
Emergency mini app added
Emergency mini app added
1f74ec1fcbfcef7ee7eae1da41b7c92d460ff292
--- app.config.US.ts @@ -286,6 +286,8 @@ const CONFIG: ExpoConfig = { packagingOptions: { pickFirst: ['META-INF/gradle/incremental.annotation.processors'], }, + enableProguardInReleaseBuilds: false, + enableShrinkResourcesInReleaseBuilds: false, }, ios: { ...
fix(r8): disable proguard optimization (#5048)
fix(r8): disable proguard optimization (#5048) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
fb9795f6f84a60065fd0bb2b968807de01de9b8e
--- src/components/TeamList.tsx @@ -117,11 +117,7 @@ const styles = StyleSheet.create({ padding: 0, marginVertical: 8, }, - primaryTeamCardContentSpacing: { - paddingVertical: 0, - marginVertical: 0, - }, - workgroupListItemContainer: { + removeVerticalSpacing: { paddingVertical: 0, mar...
consolidating styles
consolidating styles
6ab9ee6715705ee8579f0bc1a1ba7a233f5ae020
--- .looper-pr.yml @@ -22,7 +22,7 @@ envs: STAGES_TO_RUN: LINT: true UNITTEST: true - BUILD: true + BUILD: false SONAR_SCAN: true ARTIFACT_PUBLISH: true AUTO_PR_MONO: false
fix(ui): update looper
fix(ui): update looper
30e2dde6796c87fe170a62555b2e8b95affcad07
--- graphql.yml @@ -78,11 +78,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql' tags: - 'v1' - - name: 'getAssociatePreferences' - hash: '38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4' -...
Update graphql.yml
Update graphql.yml
84c2f9cba4df2ac6067b994a71d8e0b07278eed8
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.84.14", "@walmart/store-feature-orders": "1.27.1", - "@walmart/taskit-mini-app": "5.8.14", + "@walmart/taskit-mini-app": "5.8.15", "@walmart/time-clock-mini-app": "2.448.1...
chore: bump taskit-mini-app@5.8.15
chore: bump taskit-mini-app@5.8.15
c3c20be49161dfce31d2702933605efcd19eeeff
--- __tests__/whatsNew/WhatsNewScreenTest.tsx @@ -42,7 +42,7 @@ test('getState', () => { describe('WhatsNewScreen', () => { mockUseSelector.mockReturnValueOnce(whatsNewData); - mockUseSelector.mockReturnValueOnce({ refreshToken:'test' }); + mockUseSelector.mockReturnValueOnce({refreshToken: 'test'}); const c...
lint fix
lint fix
4f8c38acc9d2b052d2f8811c8c4713b9567d8145
--- ios/Podfile.lock @@ -622,9 +622,9 @@ PODS: - JWT (~> 3.0.0-beta.12) - React-Core - SSZipArchive (~> 2.2.2) - - compass-sdk-ios (0.4.12.3) - - compass-sdk-rn (5.19.13): - - compass-sdk-ios (= 0.4.12.3) + - compass-sdk-ios (0.4.12.4) + - compass-sdk-rn (5.19.15): + - compass-sdk-ios (= 0.4.12...
update cocopods for compass SDK
update cocopods for compass SDK
4951d3252db431d41d3cafffab3994ae047ba58a
--- package.json @@ -135,7 +135,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-geolocation": "1.3.19", "@walmart/metrics-mini-app": "1.34.4", - "@walmart/mod-flex-mini-app": "1.31.3", + "@walmart/mod-flex-mini-app": "1.31.4", "@walmart/moment-walmart": "1.0.4",...
feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5154)
feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5154) Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com>
7d01e64eec88aa6b26a40f32a6fdfbed9672badb
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -161,7 +161,6 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => { teamData={generateTeamSwitcherData(allTeams as Team[])} onTeamChange={(teamId: string) => { setCu...
feat: remove console log
feat: remove console log
9d8e6f1a92d8d41ec556cc591900fb72a8ada677
--- .looper.yml @@ -65,7 +65,6 @@ flows: - call: installDependencies - (name Build Packages) yarn run build - (name Lint) yarn run lint - - (name Test) yarn run test - (name Coverage) yarn run coverage - call: sonar-fetch-remote-fix-ref - call: sonar-pr @@ -74,7 +73,6 @@ flows: - c...
chore: skip test on looper flow where coverage is already run
chore: skip test on looper flow where coverage is already run
ec29ffa13e71b54d0668dcd261f3d095a661c6f6
--- package-lock.json @@ -5606,9 +5606,9 @@ "integrity": "sha512-vX4PWvt7QJvyd8cTmuBpITXVmHgCJ4ifkSsRSzFpK1fGZyfJaJn+pTP+h7XfQivQYCsIiB3Nm+tF12EXFJPBzg==" }, "@walmart/shelfavailability-mini-app": { - "version": "1.3.1-SNAPSHOT.2", - "resolved": "https://npme.walmart.com/@walmart/shelfavailab...
SA-276 upped SA to v1.3.1
SA-276 upped SA to v1.3.1
05f1f43c5ffa6b24a83ddf21c7f95e64d35071bc
--- scripts/updateAndroidProjectConfig.sh @@ -70,5 +70,5 @@ echo "Updating Manifest path in react-native.config.js to ${RN_CONFIG_MANIFEST_P # sed -i.bak "s/android: ${RN_CONFIG_PROD_APP_MANIFEST_PATH}|android: ${RN_CONFIG_DEV_BETA_APP_MANIFEST_PATH}/android: ${RN_CONFIG_MANIFEST_PATH}/" ${RN_CONFIG_JS} && rm ${RN_CON...
Checking MAIN_ACTIVITY
Checking MAIN_ACTIVITY
b86a4bda3f8b4301741a4e15d1f222126b2f97f0
--- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -14,7 +14,7 @@ exports[`AssociateHallwayNav renders MainStackNav 1`] = ` } > <Screen - component="MainTabsNav" + component={[Function]} name="tabs" options={ { --- src/navigation/USHallway/A...
fix: add suspence component for loading hallways (#5280)
fix: add suspence component for loading hallways (#5280)
c038b1bde91eb1a0e5635a5e8d94284e97cc25d8
--- package.json @@ -32,7 +32,8 @@ "eslint": "^8.19.0", "husky": "^4.2.5", "jest": "^29.2.1", - "npm-run-all": "^4.1.5" + "npm-run-all": "^4.1.5", + "solidarity": "^3.0.4" }, "dependenciesMeta": { "@walmart/amp-mini-app": { --- targets/US/package.json @@ -302,7 +302,6 @@ "react...
chore: add solidarity to root package json
chore: add solidarity to root package json
b1a4e616af1d9aedba1a57a0727a4c0b75694f62
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -204,6 +204,9 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects options={ Object { "gestureDirection": "vertical", + "gestureEnabled": false, + "headerSh...
updated snapshot
updated snapshot