UNPKG

react-native-adapty

Version:
13 lines (9 loc) 361 B
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.", // );