Migrate Analytics (#951)

* setup analytics adapter for self mobile sdk client and use in app

* wrap for context

* fix build

* yarn types is an alias for build when build just compiles ts

* ok unlock

* deeper

* ok this looks to work

* fix license check

* make sure it starts with this line

* someone didnt commit

* fix double analytics bug and builds

* lint
This commit is contained in:
Aaron DeRuvo
2025-08-26 15:40:14 +02:00
committed by GitHub
parent cf75bfa0ba
commit 4367780cd6
48 changed files with 221 additions and 157 deletions

View File

@@ -7,9 +7,10 @@ import { ActivityIndicator, View } from 'react-native';
import { assign, createMachine } from 'xstate';
import { useMachine } from '@xstate/react';
import { ProofEvents } from '@selfxyz/mobile-sdk-alpha/constants/analytics';
import { HeldPrimaryButton } from '@/components/buttons/PrimaryButtonLongHold';
import Description from '@/components/typography/Description';
import { ProofEvents } from '@/consts/analytics';
import { black } from '@/utils/colors';
interface HeldPrimaryButtonProveScreenProps {