UNPKG

react-native-iap

Version:

React Native In-App Purchases module for iOS and Android using Nitro

8 lines (7 loc) 191 B
declare module 'react-test-renderer' { export function act( callback: () => void | Promise<void>, ): void | Promise<void>; const TestRenderer: any; export default TestRenderer; }