UNPKG

react-native-rate-app

Version:

React Native module for In App Rating on Android and iOS

11 lines 468 B
import type { ConfigPlugin } from "expo/config-plugins"; /** * Applies both `withCustomInfoPlist` and `withStoreKitFramework` * to enable in-app rating functionality in a React Native app. * * @param {ConfigPlugin} config - The Expo configuration object. * @returns {ConfigPlugin} - The modified Expo configuration. */ declare const withReactNativeRateApp: ConfigPlugin; export default withReactNativeRateApp; //# sourceMappingURL=withReactNativeRateApp.d.ts.map