New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-store-review

Package Overview
Dependencies
Maintainers
33
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-store-review

ExpoStoreReview standalone module

  • 0.0.1-canary-20231129-c0ec023
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
107K
increased by2.66%
Maintainers
33
Weekly downloads
 
Created

What is expo-store-review?

The expo-store-review package allows developers to prompt users to rate and review their app on the app store. It is designed to work seamlessly with Expo and React Native applications, providing a simple API to trigger the native store review dialogs.

What are expo-store-review's main functionalities?

Requesting a Store Review

This feature allows developers to request a store review from users. The code checks if the store review feature is available on the device and then requests a review if it is. This is useful for prompting users to provide feedback and ratings for the app.

import * as StoreReview from 'expo-store-review';

async function requestReview() {
  if (StoreReview.isAvailable()) {
    await StoreReview.requestReview();
  } else {
    console.log('Store review is not available on this device');
  }
}

Other packages similar to expo-store-review

Keywords

FAQs

Package last updated on 29 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc