remove sdk/types package and move it to main sdk package
This commit is contained in:
@@ -2,9 +2,8 @@ import { AppState, Platform } from 'react-native';
|
||||
import * as Application from 'expo-application';
|
||||
import Constants from 'expo-constants';
|
||||
|
||||
import type { MixanOptions } from '@mixan/sdk';
|
||||
import type { MixanOptions, PostEventPayload } from '@mixan/sdk';
|
||||
import { Mixan } from '@mixan/sdk';
|
||||
import type { PostEventPayload } from '@mixan/types';
|
||||
|
||||
type MixanNativeOptions = MixanOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user