commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
ddb38d74a6ee0800046f7242a2f6e17ad1e0d8ad
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.30](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.17.10 - @walmart/allspark-foundation-hub@1.25.30 - @walmart/my-walmart-hub@1.11.1
6e862c3bffaf2f1335e7881e9da2647146b59950
--- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/AllsparkHubContainer.tsx @@ -38,9 +38,6 @@ export const managerExperienceFeature = new AllsparkFeatureModule(FEATURE_ID, { }, 'managerExperience.teamOnboarding': { getComponent: () => TeamOnboardingScreen, - options: { - ...
Update team hub and work hub types
Update team hub and work hub types
48b5034dca341cf11d0888ffedb0f6da66dfb331
--- src/notification.ts @@ -5,14 +5,10 @@ import WmNotification, { import { APP_CONTAINER_SCREEN_NAME, MESSAGES_SCREEN_NAME, - messageTypes, ROOT_CONTAINER_SCREEN_NAME, } from './constants'; import {createChannelPath} from './channels'; import {navigate} from '@walmart/react-native-shared-navigation'; -im...
removing ability to play audio when app in foreground, remove autoplay of auto when clicking push
removing ability to play audio when app in foreground, remove autoplay of auto when clicking push
1fe9a8a9e544095875d242a5e14c2f2736a0fcfc
--- __tests__/auth/__snapshots__/AuthenticatorViewTest.tsx.snap @@ -65,7 +65,7 @@ exports[`AuthenticatorView renders error 1`] = ` style={ Object { "color": "white", - "fontFamily": "Bogle", + "fontFamily": "Bogle-Regular", "fontSize": 16, "marginTop": ...
Fixing bogle font references (#157)
Fixing bogle font references (#157) Co-authored-by: rlane1 <rlane1@walmart.com>
e1a6586804604c570b3b707bfcb7b439c1b37c07
--- src/services/config.ts @@ -1,6 +1,4 @@ import type {EnvConfig} from '@walmart/core-services/Environment'; -//@ts-ignore - ignoring importing error from outside src folder -import {version} from '../../package.json'; export const HTTP_CLIENT_KEY = 'texting'; @@ -12,8 +10,6 @@ export const getGraphQLConfig = (e...
Revert "SMDV-4816 - adding headers to athena calls for mGQL requirements"
Revert "SMDV-4816 - adding headers to athena calls for mGQL requirements"
448b7280605460050b584cce6ca9d8bee5c7d694
--- package-lock.json @@ -105,7 +105,7 @@ "@walmart/topstock-mini-app": "1.7.1", "@walmart/ui-components": "1.15.9", "@walmart/welcomeme-mini-app": "0.88.2", - "@walmart/wfm-ui": "0.2.26", + "@walmart/wfm-ui": "0.8.4", "@walmart/wm-plus-mini-app": "0.12.20", "@...
chore: updating wfm-ui
chore: updating wfm-ui
6cfc50aeadc23813ffd1d6df122d66ff779e8796
--- package.json @@ -8,7 +8,7 @@ "description": "", "private": true, "scripts": { - "build": "npm run clean && tsc -b --verbose --force packages", + "build": "tsc -b --verbose --force packages", "clean:tsbuildinfo": "rm -rf packages/*.tsbuildinfo || true", "clean": "yarn run clean:tsbuildinfo &...
Update tests
Update tests
2fd3aca4ce92ba3899be77489157fbe8b6868c7b
--- .looper.multibranch.yml @@ -1,6 +1,6 @@ # Multi-Target inherit: - - job:///misc-looper-templates/looper-template-exporter:mac-nodes-template.yml +# - job:///misc-looper-templates/looper-template-exporter:mac-nodes-template.yml - job:///ssmp-looper-templates:looper-node-auditor.yml node: linux @@ -51,6 +5...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
7668f5a39bb7eff87c3995b119ce280b8ac90ae4
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/OneWalmart-MiniApp": "1.0.12", "@walmart/pay-stub-miniapp": "0.9.7", "@walmart/payrollsolution_miniapp": "0.130.6", - "@walmart/price-changes-mini-app": "1.6.8", + "@walmart/price-changes-mini-app": "1.6.9", "@walmart/pr...
bump Price Changes to 1.6.9 for Drop8.3
bump Price Changes to 1.6.9 for Drop8.3
4a9e367c835f3beeb09b56f1fa860bab650490cc
--- src/home/containers/HomeScreen/index.tsx @@ -1,6 +1,6 @@ import React, {useCallback, useEffect, useRef, useState, useMemo} from 'react'; import {useSelector} from 'react-redux'; -import {ScrollView, RefreshControl, Animated, Text} from 'react-native'; +import {ScrollView, RefreshControl, Animated} from 'react-nat...
lintfix
lintfix
892af1e7bdc18f6961306c432b9a432bd813afea
--- __tests__/settings/versions/utilsTest.ts @@ -28,5 +28,5 @@ test('sortByTitle', () => { }); test('getVersionData length', () => { - expect(getVersionData().length).toEqual(33); + expect(getVersionData().length).toEqual(34); }); --- package-lock.json @@ -89,7 +89,7 @@ "@walmart/returns-mini-app": "3...
drop 19 enahancements for feature item scan RBAC and Spanish Translations
drop 19 enahancements for feature item scan RBAC and Spanish Translations
4f1445620c1c8df1384613458566ac1126202d28
--- docs/README.md @@ -26,16 +26,8 @@ This command generates static content into the `build` directory and can be serv ### Deployment -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - ``` -$ GIT_USER=<Your GitHub username> yarn deploy +GITHUB_HOST=gecgithub01.walmart.com GIT_USER=<github use...
Link fixes, updates.
Link fixes, updates.
b5cfbfa6b62377581ca6c4796b691ec6d5ff0bb9
--- package.json @@ -113,7 +113,7 @@ "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.10", "@walmart/iteminfo-mini-app": "7.10.13", - "@walmart/learning-mini-app": "20.0.12", + "@walmart/learning-mini-app": "20.0.14", "@walmart/manager-approvals-miniapp": "0.2.4", ...
feat: :sparkles: Bump learning mini app version to 20.0.14
feat: :sparkles: Bump learning mini app version to 20.0.14
901dce6a02fd7ba3c587db8b1f23121f0db8cc4f
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/SelectionBannerFooterButtons.test.tsx @@ -3,7 +3,6 @@ import { render, fireEvent } from '../../utils'; import { SelectionBannerFooterButtons } from '../../../src/HubFeature/TeamSelection/Component/SelectionBannerFooterButtons'; describe('SelectionBannerF...
Update the team selection for removing the Cancel button
Update the team selection for removing the Cancel button
aa251f99cd87f1a29e17755ddd838217198fd3ee
--- package.json @@ -110,7 +110,7 @@ "@walmart/gtp-shared-components": "2.2.1", "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.11.1", - "@walmart/inbox-mini-app": "0.93.23", + "@walmart/inbox-mini-app": "0.93.27", "@walmart/iteminfo-mini-app": "7.12.1", ...
chore: bump inbox version
chore: bump inbox version
a7b55a7e492f3c5ed0500967e6b3e61ee01ad7a2
--- metro.config.js @@ -23,6 +23,7 @@ const config = { assetExts: assetExts.filter((ext) => ext !== 'svg'), sourceExts: [...sourceExts, 'svg'], useWatchman: !process.env.CI, + unstable_enableSymlinks: true, }, }; --- package.json @@ -15,7 +15,7 @@ "androidConfig:dev": "sh scripts/updateAn...
Added dependency and scripts
Added dependency and scripts
e1650af900e53867595aaa83d9b7d9b420927cf8
--- .looper-pr.yml @@ -32,4 +32,3 @@ envs: AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' -
feat(ui): adding changes to looper-pr.yml
feat(ui): adding changes to looper-pr.yml
fab2e7bb5bbf9043e546181731507897aacfc384
--- package.json @@ -46,10 +46,6 @@ "prettier": "^3.6.2", "typescript": "~5.3.3" }, - "dependencies": { - "@walmart/associate-exp-hub-hub": "workspace:*", - "@walmart/associate-exp-hub-team-switcher": "workspace:*" - }, "resolutions": { "@react-native-firebase/analytics": "~21.0.0", "@...
feat(ui): update dependecncies
feat(ui): update dependecncies
2c8fde33dd4f3dcbd6e8397b8337041b9bdcc431
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", - "@walmart/exception-mini-app": "1.0.16", + "@walmart/exception-mini-app": "1.1.1", "@walmart/facil...
exception-mini-app 1.1.1
exception-mini-app 1.1.1
d41280a5c1f8183a36b85d4386d0e26f184fb3b6
--- .yarn/patches/react-native-npm-0.73.7-7f2047866d.patch @@ -0,0 +1,13 @@ +diff --git a/third-party-podspecs/boost.podspec b/third-party-podspecs/boost.podspec +index 8e924afd367f1b53031daf164bd78cce7908f56e..7089b210a843242c7b3868149bc821be5b42f758 100644 +--- a/third-party-podspecs/boost.podspec ++++ b/third-party-...
test boost update
test boost update
cc9eb175479b5d09fdb0e5edfc3f027fa236a3b7
--- targets/US/package.json @@ -130,12 +130,12 @@ "@walmart/profile-feature-app": "patch:@walmart/profile-feature-app@npm%3A1.138.3#~/.yarn/patches/@walmart-profile-feature-app-npm-1.138.3-9802440ed6.patch", "@walmart/react-native-encrypted-storage": "~1.1.3", "@walmart/react-native-env": "~6.3.20", - ...
callin fix
callin fix
bf818c556a0ff456606b61ef59583d0275db645d
--- package-lock.json @@ -4363,9 +4363,9 @@ "integrity": "sha512-kGPI7/o+3DiIAhMTyPco72J7ftlJLPO/Eh+W2aCnFEHlH6ngKIOUrX3xSK8Lm9rBVWL3q2ZGzqCqsJXjwJW5ww==" }, "@walmart/inbox-mini-app": { - "version": "0.37.0-beta.2", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini...
inbox beta version update
inbox beta version update
b9a587b8a0c211848ee84da1af69f1ef0ba265bd
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -414,6 +414,7 @@ "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", "${BUILT_PRODUCTS_DIR}/react-native-wm-barcode/react_native_wm_barcode.framework/AVScannerViewController.nib", "${PODS_ROOT}/../../node_modules/react-native-wm-barcod...
update provisioning profile and podfile.lock
update provisioning profile and podfile.lock
09bef5534062b53b09c8271b38ee146cc5166edf
--- targets/US/package.json @@ -123,12 +123,12 @@ "@walmart/metrics-mini-app": "1.27.3", "@walmart/mod-flex-mini-app": "1.23.2", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "2.3.1", + "@walmart/money-auth-shared-components": "2.3.2", "@walmart/myteam-mini-app...
bump version
bump version
2a0cffaf1efefeaa82d76e6cb74e40662d731a6d
--- __tests__/__mocks__/@walmart/metrics-mini-app.js @@ -12,6 +12,7 @@ module.exports = { ViewAllFreights: 'ViewAllFreights', TotalShrinkDrilldown: 'TotalShrinkDrilldown', SkuVsBookDrilldown: 'SkuVsBookDrilldown', + SafetyItemizedScreen: 'SafetyItemizedScreen', InvVsSalesDrilldown: 'InvVsSalesDrilldown', ...
adding safety screen for navigation
adding safety screen for navigation
68f5b7e03ea34b102faf51962ade8fd3f340f11b
--- packages/expo-config-plugins/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0....
chore(version): updating package version
chore(version): updating package version - @walmart/expo-config-plugins@0.11.0
9a43af825c4110a804cf3af22a3611af268959dc
--- package.json @@ -86,7 +86,7 @@ "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.22.3", - "@walmart/associate-listening-mini-app": "1.2.1-feat-8d61d27", + "@walmart/associate-listening-mini-app": "1.2.2", "@walmart/attendance-m...
fix: update associate-listening mini app version without metadata and added app under version list
fix: update associate-listening mini app version without metadata and added app under version list
08c2b6f109d08633c29eee4e417a8332b440c71d
--- package-lock.json @@ -34,7 +34,7 @@ "@terrylinla/react-native-sketch-canvas": "0.8.0", "@walmart/allspark-graphql-client": "^1.4.5", "@walmart/allspark-neon-core": "0.1.31", - "@walmart/amp-mini-app": "1.1.44", + "@walmart/amp-mini-app": "1.1.45", "@walmart/ask-sam-...
AMP version update
AMP version update
ff99bbd29c7e4e32bcee1cf070ccfe67eb0e2a65
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.17", + "version": "2.0.18", "private": false, "main": "bundle/dist/index.js", "files": [ --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.17", + "version": "2.0.18", ...
Update package.json
Update package.json
9f494e4e7d76363a715f6fb781debc11224e8208
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.11.0 - @walmart/associate-exp-hub-team-switcher@2.12.0
8d97477901f060b0b2ecc01a49c6a13a5699ef44
--- example/src/teamHub/screens/teamSelection.tsx @@ -33,6 +33,7 @@ export const TeamSelectionScreen = TeamHub.createScreen( selectedTeams={[]} myArea="Management" primaryTeam="Management" + userType="salariedAssociate" handleSelectSingle={() => {}} handleSelectAll={(...
feat: added user type logic
feat: added user type logic
5d2581393fbd3b2de236d236f2bccae9b9e2855c
--- index.js @@ -5,7 +5,6 @@ import 'react-native-get-random-values'; import 'intl'; import 'intl/locale-data/jsonp/en'; -import 'moment/locale/en-ca'; import 'moment/locale/es'; import 'moment/locale/es-mx'; import moment from 'moment';
remove Canadian English locale import
remove Canadian English locale import
005253553f7d55417cb84cdb0f0f9253fa1f5c4f
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.49.0", + "version": "1.50.0", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux...
Merge changes
Merge changes
28681b54ad40c5f4de2438a5ae79afbeaf68891b
--- packages/me-at-walmart-container/src/http/interceptors/performance.ts @@ -1,6 +1,5 @@ import {Interceptor} from '@walmart/allspark-foundation/HTTP'; import {MyWalmartTelemetryServiceInstance} from '../../services/telemetry'; -import {HttpLogger} from '../logger'; export const PerformanceInterceptor: Intercepto...
fix: revert sonar changes for performance interceptor (#5218)
fix: revert sonar changes for performance interceptor (#5218) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
8273e9fcb3c283d0a2d58cb4f9bfd12d715782d2
--- src/containers/WarningBanner.tsx @@ -0,0 +1,22 @@ +import React, {useState} from 'react'; +import {Text} from 'react-native'; +import {Banner} from '@walmart/gtp-shared-components'; +import {useSelector} from 'react-redux'; +import { + shouldDisplayWarningBanner, + warningMessageContent, +} from '../redux/sel...
adding back warning banner
adding back warning banner
905f2ddf000f53254b0cdbae392c07c4746f23db
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.3", + "version": "1.0.1-beta.4", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Remove example for team hub
Remove example for team hub
2eea07e9b7a9ec3af5925a1c6136483b91f043d4
--- .yarnrc.yml @@ -1,8 +1,6 @@ nodeLinker: node-modules npmRegistryServer: '${REPOSOLNS_NPM_REPO}' -enableImmutableInstalls: true - packageExtensions: '@walmart/ui-components@*': peerDependenciesMeta:
chore: remove enableimmutableinstalls from .yarnrc.yml
chore: remove enableimmutableinstalls from .yarnrc.yml
2e1a6f93ac3224a87c9795d930b3465f1166d458
--- package-lock.json @@ -92,7 +92,7 @@ "@walmart/store-feature-orders": "1.25.0", "@walmart/taskit-mini-app": "2.53.3", "@walmart/texting-mini-app": "2.1.4", - "@walmart/time-clock-mini-app": "2.175.2", + "@walmart/time-clock-mini-app": "2.301.0", "@walmart/topstock-mi...
Merge branch 'develop' into feature/topstock-drop18
Merge branch 'develop' into feature/topstock-drop18
9364923cafd220b8b55693014e66241be2bac397
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/schedule-mini-app": "0.37.0", "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", - "@walmart/taskit-mini-app": "2.39.0", + "@walmart/taskit-mini-app": "2.40.0", "@walmart/time-clock-...
remove taskit patch and update version
remove taskit patch and update version
1285c55d0c2f20793a630c3808b69497076ef7eb
--- src/containers/ChatInput/AudioPlayback.tsx @@ -79,7 +79,7 @@ export const AudioPlayback = (props: { durationFormatted: msToTimeStamp(durationMillis), })); - if (status.didJustFinish) { + if (didJustFinish) { setPlaybackDetails((prev) => ({ ...
using already deconstructed variable
using already deconstructed variable
e3509e527b32fd8d40e486d5e17bd169b1748e0f
--- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx @@ -280,10 +280,6 @@ describe('MainTabsNav', () => { // (Hooks.useVMBadgesCount as jest.Mock).mockReturnValueOnce([0]); // (Hooks.useTextBadgesCount as jest.Mock).mockReturnValueOnce([0]); mockUseSelector.mockReturnValueOnce(0); // inboxCoun...
Updated test cases
Updated test cases
ce346e173684ff1318c9eee1c0fa181727fff4fc
--- targets/US/package.json @@ -82,7 +82,7 @@ "@walmart/allspark-http-client": "~6.3.28", "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "6.5.0", - "@walmart/amp-mini-app": "1.1.89", + "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", "@...
add AMP version
add AMP version
7c1212a186972976e9b498591676782f141d8d4b
--- __tests__/screens/RosterScreenTest.tsx @@ -46,6 +46,8 @@ describe('AssociateList', () => { it('should filter for clocked in associates', () => {}); it('should filter for online associates', () => {}); it('should display active status on active filter', () => {}); + it('absent filter should only di...
adding test cases
adding test cases
05deb0b7498060e8b402db5fdc0ba331349815b0
--- packages/allspark-foundation/package-lock.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { --- packages/allspark-foundation/package.json @@ -1,7 +1,7 @@ { "name": "@walmart/allspark-fou...
chore: version fix
chore: version fix
1c9be78771ce3a8e1c7606be4a2fc699bfe86dea
--- packages/allspark-foundation/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -20,7 +20,12 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { const [allowedWidgetsList, setAllowedWidgetsList] = useState<LayoutConfig>( [] ); - const { teamData, loading } = useUserPreferenc...
feat(ui): Merge changes
feat(ui): Merge changes
d4f39063acdfeed90e7905fc9a6d76d54fd5aada
--- core/src/features/welcomeMe.ts @@ -8,7 +8,7 @@ export const WelcomeMeFeature = new AllsparkFeatureModule('welcomeMe', { onConnect: () => { const { addLanguageResources, - } = require('@walmart/welcomeme-mini-app/dist/translations/index'); + } = require('@walmart/welcomeme-mi...
onboarding welcome me
onboarding welcome me
75d5872c4d0578da37c1bf158d0d70bb1f11aad8
--- src/components/MyWalmartv2/Widgets/SalariedOrTeamLead/SalariedOrTeamLeadRosterWidget.tsx @@ -371,22 +371,24 @@ const SalariedOrTeamLeadRosterWidgetCore: React.FC< }); }} onHeaderPress={() => { - // Handle navigation to roster details - rosterTelemetry.logEvent('salaried_roster_h...
feat(ui): update celebration peformance
feat(ui): update celebration peformance
42a2093ee617f27e4d3e0e2a061a896fb8ff8aba
--- .looper.multibranch.yml @@ -104,7 +104,7 @@ envs: releaseType: "test" releaseTypeDesc: "build from a feature branch; test feature in isolation" slackIcon: ":firecracker:" - slackChannel: "allspark-builds-developer" + slackChannel: "allspark-builds-feature" buildType: "SNAPSHOT"...
testing new slack channel with fastlane changes
testing new slack channel with fastlane changes
cfc779c5385e8be727a6a81f31630918a1cc8084
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/avp-shared-library": "0.2.12", "@walmart/backroom-mini-app": "1.0.6", "@walmart/calling-mini-app": "0.1.24", - "@walmart/checkout-mini-app": "3.9.306", + "@walmart/checkout-mini-app": "3.9.309", "@walmart/compass-sdk-rn"...
CO P1 fix - 3.9.309
CO P1 fix - 3.9.309
1d8fb9e5e687c7e06ef1d89960c51f5676ce7bec
--- __tests__/__mocks__/@walmart/feedback-all-spark-miniapp.js @@ -1,4 +1,6 @@ module.exports = { FeedbackMiniApp: 'FeedbackMiniApp', + FeedbackDialogScreen: 'FeedbackDialogScreen', + SurveySaysDialogScreen: 'SurveySaysDialogScreen', checkAndShowAvailableSurveyAction: jest.fn(), }; --- __tests__/navigation/...
Moving item info screen location for ask sam integration fix. Adding more to auto mocks.
Moving item info screen location for ask sam integration fix. Adding more to auto mocks.
a1ee53ac8677f4ccbd821163b87e5530756f4a0b
--- docs/docs/components/allspark foundation/clients/foundation-navigation.md @@ -132,7 +132,7 @@ const MyScreen = { } ``` -For convenience, a `AllsparkFeatureScreen` utlity is provided to more easily create and type feature screens. See [AllsparkFeatureScreen](../foundation-feature.md#allsparkfeaturescreen) for mo...
Updates and fixing broken anchors.
Updates and fixing broken anchors.
85159b158e2b63268bb56e01e104ba178ecb3e6d
--- packages/me-at-walmart-container/package.json @@ -33,7 +33,7 @@ "@walmart/allspark-authentication": "5.0.0-beta.14", "@walmart/allspark-foundation": "5.0.0-beta.14", "@walmart/allspark-utils": "5.0.0-beta.14", - "@walmart/config-components": "4.2.9", + "@walmart/config-components": "4.2.12", ...
feat: update config components and logger instances passed to config services
feat: update config components and logger instances passed to config services
1541a292c3cd9517303cc02ded6227f606c3e057
--- package-lock.json @@ -3279,9 +3279,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.21.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.21.0.tgz", - "integrity": "sha512-QEwa7pFCjzLakjkCcjM2ggZRTpaqXA9nZsilzFubE4vmZ1BZXwAB3hAnd6...
welcomeMe mini version bump
welcomeMe mini version bump
d318f9d9180be1c7f79c7d1b6b41dc2a268baf33
--- README.md @@ -16,6 +16,7 @@ This is a template for creating a feature app in typescript. - you also need **npx** `npm install -g npx` - React Native Debugger (nice to have) + ### Setup and Install Follow [these directions](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/crea...
trigger looper
trigger looper
61bc22614d7787b369d3adb6adffe291a8df9599
--- 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.0", - "@walmart/receipt-check-miniapp": "1.8.22", + "@walmart/receipt-check-miniapp": "1.9.0", ...
drop 9 update for receipt check
drop 9 update for receipt check
fe3fde04f95ba27e696451b65c881f32bedb29ec
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.5](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.16.3 - @walmart/allspark-foundation-hub@1.25.5 - @walmart/my-walmart-hub@1.6.2
f71d74fca3de3b04f306dac7174d688dba8d2682
--- fastlane/Fastfile @@ -59,7 +59,7 @@ lane :submit_to_appcenter do |options| if options[:BUILD_OUTPUT] appcenter_upload( file: options[:BUILD_OUTPUT], - destinations: "allsparktestershotfix" + destinations: "allsparktestershotfix", release_notes: release_notes.join("\n\n"), # renders each line...
fixed syntax error
fixed syntax error
cb0356377c012ce5b8ae633031f0f8ca7585b4ff
--- package-lock.json @@ -70,7 +70,7 @@ "@walmart/pay-stub-miniapp": "0.10.15", "@walmart/payrollsolution_miniapp": "0.131.15", "@walmart/price-changes-mini-app": "1.10.1", - "@walmart/profile-feature-app": "0.334.2", + "@walmart/profile-feature-app": "0.334.3", "@walma...
feat: bump profile-feature-app to 0.334.3
feat: bump profile-feature-app to 0.334.3
2d2b67eea2d1c78ac03a4b5a91690bcdf9e85975
--- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx @@ -102,7 +102,7 @@ export const TeamSwitcher = ({ } else if (isOffSite && empType === EMP_TYPE_HOURLY) { evaluatedTeamList = [totalStore, ...allTeamsOfStore]; evaluatedSelectTeam = totalStore; - } else if (userPrefTeam...
feat(ui): updated condition for myTeams
feat(ui): updated condition for myTeams
d46335ee3ac61e1134c9bcc515117d545704b744
--- __tests__/auth/__snapshots__/CustomErrorScreenCardTest.tsx.snap @@ -43,7 +43,7 @@ exports[`CustomErrorCard 1`] = ` } } > - networkErrorTitle + ssoError.networkErrorTitle </Text> <Text style={ @@ -61,7 +61,7 @@ exports[`CustomErrorCard 1`] = ` } testID="errorMessage" > - ...
uncomment test code
uncomment test code
66958af7017222ac9c95ea4ebefd1ebfa868d054
--- __tests__/auth/ErrorScreenTest.tsx @@ -162,7 +162,7 @@ describe('ErrorScreen', () => { mockUseState.mockReturnValueOnce(['', setUserId]); mockUseState.mockReturnValueOnce(['', setIssueDetail]); mockUseState.mockReturnValueOnce(['1234', setSiteId]); - mockUseState.mockReturnValueOnce([true, setUser...
test case update
test case update
3c663cf558f82804a3505042c71d55b0a22b8577
--- src/containers/ChatInput/index.tsx @@ -4,7 +4,10 @@ import {useSafeAreaInsets} from 'react-native-safe-area-context'; import firestore from '@react-native-firebase/firestore'; import {colors} from '@walmart/gtp-shared-components'; -import Animated, {SequencedTransition} from 'react-native-reanimated'; +import A...
fix: input animation and channel default details
fix: input animation and channel default details
58853b76cfc810a64a698d489bc7c1562ea86a5d
--- graphql.yml @@ -57,7 +57,7 @@ applications: tags: - 'v1' - name: 'upsertSupplyChainAssociatePreference' - hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0' + hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a' ...
Update graphql.yml
Update graphql.yml
a04804a51c16ab76b0c6b4d083a8828da51b860e
--- package.json @@ -60,6 +60,9 @@ "@walmart/financial-wellbeing-feature-app": { "built": false }, + "@walmart/global-vpi-mini-app": { + "built": false + }, "@walmart/iteminfo-mini-app": { "built": false }, --- yarn.lock @@ -8077,6 +8077,8 @@ __metadata: built: fals...
chore: skip build scripts of vpi mini app
chore: skip build scripts of vpi mini app
b97adc1b12dbec9b7f546f67a4ba9c6a49033379
--- packages/allspark-authentication/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.4](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-authentication@7.1.4
a243a5ccaa331f33a969ec96f8146d7a25e5f4e8
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -1,4 +1,4 @@ -import { createRef } from 'react'; +import React, { createRef } from 'react'; import { type NavigationContainerRef, @@ -8,7 +8,17 @@ import { CommonActions, DrawerActions, ParamListBase, + StackRouter, + StackRouterOptions, + ...
feat: add capability to build connect stack navigator from navigation client
feat: add capability to build connect stack navigator from navigation client
d44290e53e305b646a82b569ea50d0a8fe5a82fc
--- package-lock.json @@ -129,7 +129,6 @@ "react-native-image-picker": "4.10.0", "react-native-image-resizer": "1.4.5", "react-native-inappbrowser-reborn": "^3.7.0", - "react-native-inappbrowser-reborn": "^3.7.0", "react-native-linear-gradient": "2.6.2", "react-native...
✅ Updating package lock file
✅ Updating package lock file
564bcf3240d359faa65c6380f42cc78b9e09e894
--- __tests__/home/components/GreetingRow/__snapshots__/BaseGreetingTest.tsx.snap @@ -17,7 +17,7 @@ exports[`BaseGreeting matches snapshot with name 1`] = ` Array [ Object { "lineHeight": 28, - "marginBottom": 8, + "marginVertical": 8, }, undefined, ...
updated styles
updated styles
05afd2b57dbcc4c1880217b5b4a4893f391ad3c4
--- example/src/teamHub/screens/container.tsx @@ -2,9 +2,9 @@ import {useNavigation} from '@react-navigation/native'; import React, {useEffect, useRef} from 'react'; import {TeamHub} from '../feature'; import {TeamHubLogger, TeamHubTelemetry} from '../services'; -import {BottomSheet} from '@walmart/allspark-foundati...
File structure change for hub feature
File structure change for hub feature
068d196fa4a9e7eecf7e51bfa415ac7ee64103e1
--- src/navigation/AssociateHallwayNav/SideMenuContent.tsx @@ -33,7 +33,7 @@ import { getSideMenuNavConfig, NavConfigActionCreators, } from '../../navConfig/NavConfigRedux'; -import { isNil } from 'lodash'; +import {isNil} from 'lodash'; const styles = StyleSheet.create({ globalNavContainer: { @@ -173,7 +1...
fix lint
fix lint
601d548e9390eabbaa4e8df3bb87087b31b2d265
--- .looper.codepush.yml @@ -1,90 +0,0 @@ -node: ((osx||stable_osx)&&!dualcore) -# Revoke below key once done with testing. -envs: - global: - variables: - APPCENTER_API_TOKEN_IOS: "%{credentials.secret('appcenter_iOS')}" - APPCENTER_API_TOKEN_ANDROID: "34c9f45a58379e5c5aedaee40e601821ea406443" - -tools: ...
removing looper file from this repo
removing looper file from this repo
2051b96f7ffb51373e14061ac29b3cc87145280d
--- package-lock.json @@ -37,7 +37,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", "@walmart/attendance-mini-app": "0.86.0", - "@walmart/compass-sdk-rn": "3.16.1", + "@walmart/compass-sdk-rn": "3.16.17", "@walmart/config-compone...
feat: 📦 Bump learning mini app
feat: 📦 Bump learning mini app
b4a5d1de7c968baf550c72abc1f23c66d0d304b6
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.5.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.5.0 - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.28 - @walmart/associate-exp-hub-team-switcher@2.4.1
24992fd80104150efb1191db39d92b89f65a901a
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.12.0
adadea0daf1425c70baa0532c65e778c5f77196f
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.34.6", - "@walmart/time-clock-mini-app": "2.98.0", + "@walmart/time-clock-mini-app": "2.105.0", "@walmart/tops...
Update TCMA to 2.105.0
Update TCMA to 2.105.0
37ff6e9ce30b6bc15cfb84877a07189ed28e894d
--- package-lock.json @@ -4309,7 +4309,7 @@ "@walmart/patient-portal-mobile": { "version": "2.1.14", "resolved": "https://npme.walmart.com/@walmart/patient-portal-mobile/-/patient-portal-mobile-2.1.14.tgz", - "integrity": "sha1-6a8PZ45o8XUCL3Jj8H7rlEfmefQ=", + "integrity": "sha512-LhqS1Ogr1...
Bump time clock mini app to 0.5.1
Bump time clock mini app to 0.5.1
874749f4e48062fc9244895b85414b7bdcf5563d
--- src/translations/es-MX.ts @@ -78,6 +78,7 @@ export const esMX = { required: 'Requerido', userId: 'ID de Usuario', siteId: 'ID de Sitio', + issueCategory: 'Categoría de problema de inicio de sesión', optional: 'Opcional', enterUserId: 'Introduce ID de Usuario', enterSit...
add missed spanish translation for issue category
add missed spanish translation for issue category
d73036d3f98bd1606c826ecc2721a904b85929cf
--- packages/allspark-foundation/src/Core/docs/Migrating.md @@ -11,6 +11,8 @@ Allspark Foundation is backwards compatible so migration can be done in phases. * [Phase 5 - Feature Runner (optional)](#phase-5---feature-runner-optional) * [Phase 6 - Restructure (optional)](#phase-6---restructure-optional) +The [Allspa...
chore: update migration doc
chore: update migration doc
247370fca70ebf623259dc9847d6db8d90c9ab95
--- targets/US/package.json @@ -146,7 +146,7 @@ "@walmart/shelfavailability-mini-app": "1.5.33", "@walmart/sidekick-mini-app": "4.80.1", "@walmart/store-feature-orders": "1.26.12", - "@walmart/taskit-mini-app": "4.17.15", + "@walmart/taskit-mini-app": "4.17.16", "@walmart/time-clock-mini-app":...
updated taskit version
updated taskit version
c65033c21f534a0ab10de9cc5cdb9707381a8722
--- __tests__/startup/StartupSagaTest.ts @@ -7,7 +7,6 @@ import { spawn, fork, cancel, - race, } from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; import {navigate} from '@walmart/react-native-shared-navigation'; @@ -409,12 +408,11 @@ describe('loginFlow', () => { co...
Updating loging flow race to use take instead
Updating loging flow race to use take instead
c22323553a2ad659ea0cde65f07ada3c832a0f53
--- packages/allspark-foundation/src/DeveloperMenu/components/PluginItem.tsx @@ -135,8 +135,8 @@ export const PluginItem = ({ plugin }: PluginItemProps) => { }; const onSwitchChange = (value: boolean) => { - toggle?.onToggle(!value); - setIsOn(!value); + toggle?.onToggle(value); + setIsOn(value); ...
fix: toggle value fix (#478)
fix: toggle value fix (#478) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
6b4e9a386b3d780b6c8997695359df79c2532186
--- package.json @@ -81,7 +81,7 @@ "@walmart/allspark-http-client": "~6.3.28", "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "6.9.0", - "@walmart/amp-mini-app": "1.1.98", + "@walmart/amp-mini-app": "1.2.8", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-...
fix: SSMP-10621 updated Drop31 versions (#4242)
fix: SSMP-10621 updated Drop31 versions (#4242) * fix: SSMP-10621 updated config-component version * fix(meganav): SSMP-9763 testing meganav changes * fix: SSMP-10789 updated config-comp version * fix(SSMP-10798): updated amp-mini-app version SSMP-10798 * fix(SSMP-10798): reverted navConfig appId in contai...
6f6078a3c33c7db9531883f4e94d41bc74ffd6c1
--- package.json @@ -91,7 +91,7 @@ "@walmart/feedback-all-spark-miniapp": "0.8.0", "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.15", - "@walmart/gtp-shared-components": "1.8.13", + "@walmart/gtp-shared-components": "1.8.9", "@walmart/impersonation-mini...
Update package.json
Update package.json
b9af2db9283c800f25469c29e6e71a3e1e5dc95e
--- index.js @@ -6,6 +6,8 @@ import 'intl'; import 'intl/locale-data/jsonp/en'; import 'moment/locale/es'; +import moment from 'moment'; +moment.locale('en'); import {AppRegistry} from 'react-native'; import {RootContainer} from './src/core/RootContainer'; --- ios/Podfile.lock @@ -424,7 +424,7 @@ PODS: -...
fix for setting moment initial locale
fix for setting moment initial locale
0961c364ccf3309e4e023713bb92c1c8384a341c
--- core/src/manifest.ts @@ -75,12 +75,3 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => { return Features; }; - -// export const Manifest = { -// get root() { -// return getRootFeatures; -// }, -// get associate() { -// return getAssociateFeatures; -// }, -// }; --- packag...
chore: bump foundation for i18n fix. remove dead references and code
chore: bump foundation for i18n fix. remove dead references and code
202e33e6a3766504039023f41cbe954206dfebb1
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24 + - spec: feature/notes-drop24 triggers: - manual: name: Publish Packages (Pre-Release)
fix: updated looper job file
fix: updated looper job file
9bf816b676ebc7a8e457fdd031d046b5d537b282
--- graphql.yml @@ -61,6 +61,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql' tags: - 'v1' + - name: 'upsertSupplyChainAssociatePreference' + hash: '39c45936c3b4d0020c6192b629c29860a30a5f...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
f3a75a700e7d13ed8370ba2b895b74fce45002bc
--- package.json @@ -101,7 +101,7 @@ "@walmart/core-widget-registry": "6.1.4", "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.1", - "@walmart/exception-mini-app": "1.7.10", + "@walmart/exception-mini-app": "1.8.2", "@walmart/facilities-management-miniapp": ...
Pinpoint-1.8.2-SA-1.5.26
Pinpoint-1.8.2-SA-1.5.26
a1b4bc2d9e74a9ef8f00de1cdf00f96dadfff760
--- packages/allspark-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-cli@1.4.2...@walmart...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-cli@1.4.3 - @walmart/allspark-foundation@7.2.1 - @walmart/allspark-foundation-hub@1.19.3 - @walmart/my-walmart-components@1.3.1 - @walmart/me-at-walmart-geolocation@1.3.3
40a7803e1cf4cfc43bb3b2c36d1837a545260c44
--- .looper.multibranch.yml @@ -260,43 +260,14 @@ flows: - echo "buildType ${buildType}" - echo "workspace is ${WORKSPACE}" - ## temp - - npm install - - | - #!/bin/sh -x - - cd ./scripts - node sendToTeams.js --webhookUrl https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a...
restore commentted code
restore commentted code
cc50359a4df61474c500584aa5911eaaec5dcf2b
--- package-lock.json @@ -3184,9 +3184,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.5.22", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.5.22.tgz", - "integrity": "sha512-esNCCA8NKUR+oV4FV7erF2I5AFa75J+jCOERyiFsNQ3JjwWz9Wy6EGEsWC...
WelcomeMeMiniApp-0.5.24_UI-Components-Header (#273)
WelcomeMeMiniApp-0.5.24_UI-Components-Header (#273) * Welcome Me Mini App - UAT * minor fix and version increased * version bump (1 sonar bug fixed) * Added Ui-Components Header Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
3e8b50dcdc0f9db2555507ea226eda3974483f91
--- src/navigation/AssociateHallwayNav/SideMenuContent.tsx @@ -101,7 +101,9 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = ( setImmediate(() => // Look to rename mapping for new route name, if none found, use route name - navigation.navigate(SCREEN_RENAME_MAP[route] || route...
Update navigation for meganav
Update navigation for meganav
8fcd6c0df36331c7e00f646729732279ffb8343b
--- __tests__/logger/LoggerTest.tsx @@ -0,0 +1,97 @@ +import {TextingLogger} from '../../src/logger/Logger'; +const {DefaultLogger} = require('@walmart/react-native-logger'); + +const LOGGER_APP_KEY = 'myTeam'; + +jest.mock('@walmart/react-native-logger', () => ({ + DefaultLogger: { + clone: jest.fn().mockImplement...
Adding logger test coverage
Adding logger test coverage
f0015cd30fed8be7f843d30441dca8760d14b94a
--- graphql.yml @@ -88,11 +88,11 @@ applications: queryTemplate: "packages/me-at-walmart-athena-queries/src/getAssociateById.graphql" tags: - "v1" - - name: "getAssociatePreferences" - hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4" -...
Commenting queries in Prod
Commenting queries in Prod
2c3e4d2dae5ccc641079366084cc224a923a3de2
--- packages/allspark-foundation/experimental/Navigation/package.json @@ -1,6 +0,0 @@ -{ - "name": "@walmart/allspark-foundation/Navigation", - "private": true, - "main": "./index", - "types": "./index" -} --- packages/allspark-navigation/README.md @@ -0,0 +1,11 @@ +# `allspark-navigation` + +> TODO: description ...
chore: add allspark network lib
chore: add allspark network lib
19ccd5615373078c2f9bd1f52ae540fa8307d5e7
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/settings-mini-app": "1.17.0", "@walmart/shelfavailability-mini-app": "1.5.13", "@walmart/taskit-mini-app": "2.24.5", - "@walmart/time-clock-mini-app": "2.79.0", + "@walmart/time-clock-mini-app": "2.80.0", "@walmart/ui-co...
fix: upgrade time clock mini app version
fix: upgrade time clock mini app version
98b07c67f5521f58bf74a9d47fb4d7bdff875125
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.12.2", + "version": "3.12.3", "main": "dist/index.js", "files": [ "dist", @@ -90,9 +90,9 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-nati...
feat(ui): update roster and wmconnect version
feat(ui): update roster and wmconnect version
803a9ab9013381e4a6967e590d892780c164330d
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -108,7 +108,7 @@ exports[`SideMenuContent matches snapshot with not user/clockstatus data; sets b Object { "action": Object { "type": "DEEPLINK", - "value": "https://walmartglobalcert.s...
updated covid verification fallback urls
updated covid verification fallback urls
417dc310253bd0108ebb9192dffaa756c19261b4
--- __tests__/hooks/useMyTeamHeader.test.ts @@ -2,7 +2,6 @@ import {renderHook} from '@testing-library/react-hooks'; import {useNavigation} from '@react-navigation/native'; import {translationClient} from '../../src/common/translation'; import {useMyTeamHeader} from '../../src/hooks/useMyTeamHeader'; -import {render...
feat(ui): yarn install issue fix
feat(ui): yarn install issue fix
d08155509ce6abc3b85aa2e09cfc3c9f98d5591e
--- docs/docs/components/allspark foundation/services/foundation-location.md @@ -6,4 +6,113 @@ custom_edit_url: null # Location Service -Coming soon. \ No newline at end of file +The Allspark Location Service is a dynamic container service, meaning it's defined by the container app. It provides a set of APIs which...
Location docs.
Location docs.