UNPKG

react-native-web-error-recovery

Version:

Utilities for helping you gracefully handle crashes due to fatal JavaScript errors.

36 lines 924 B
{ "name": "react-native-web-error-recovery", "version": "0.0.0-alpha.1", "description": "Utilities for helping you gracefully handle crashes due to fatal JavaScript errors.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://docs.expo.io/versions/latest/sdk/error-recovery/", "author": "Expo <support@expo.io> (https://expo.io)", "keywords": [ "react-native-error-recovery", "expo-error-recovery", "code", "native", "react", "react-native", "react-native-web", "expo", "expo-web", "official" ], "license": "ISC", "nativePackage": true, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-error-recovery" }, "dependencies": { "expo-error-recovery": "*" }, "bugs": { "url": "https://github.com/expo/expo/issues" } }