25 lines
847 B
JSON
25 lines
847 B
JSON
{
|
|
"name": "ReactNativeExceptionHandler",
|
|
"version": "2.10.10",
|
|
"summary": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions",
|
|
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.\nThe module helps prevent abrupt crashing of RN Apps without a graceful message to the user.",
|
|
"homepage": "https://github.com/master-atul/react-native-exception-handler",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Atul R": "atulanand94@gmail.com"
|
|
},
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/master-atul/react-native-exception-handler.git",
|
|
"tag": "2.10.10"
|
|
},
|
|
"source_files": "ios/*.{h,m}",
|
|
"dependencies": {
|
|
"React-Core": [
|
|
|
|
]
|
|
}
|
|
}
|