mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user