UNPKG

574 BSource Map (JSON)View Raw
1{"version":3,"file":"ErrorRecovery.js","sourceRoot":"","sources":["../src/ErrorRecovery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,MAAM,EAAE,qBAAqB,EAAE,GAAG,aAAa,CAAC;AAEhD,eAAe;IACb,gBAAgB,CAAC,KAA6B;QAC5C,OAAO,qBAAqB,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;IACvD,CAAC;CACF,CAAC","sourcesContent":["import { NativeModules } from 'react-native';\n\nconst { ExponentErrorRecovery } = NativeModules;\n\nexport default {\n setRecoveryProps(props: { [key: string]: any }): void {\n return ExponentErrorRecovery.setRecoveryProps(props);\n },\n};\n"]}
\No newline at end of file