react-native-adapty
Version:
Adapty React Native SDK
13 lines (9 loc) • 361 B
text/typescript
import { Adapty } from './adapty-handler';
export * from './types/error';
export * from './types/index';
export * from './types/inputs';
export { AdaptyError } from './adapty-error';
export const adapty = new Adapty();
// console.warn(
// "'react-native-adapty' title was deprecated. Please, modify it to '@adapty/react-native-sdk' to see updates.",
// );