File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-exception-handler" ,
2
+ "name" : " @react-native-oh-tpl/ react-native-exception-handler" ,
3
3
"version" : " 2.10.10-0.0.2" ,
4
4
"description" : " A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions." ,
5
5
"react-native" : " src/index" ,
6
6
"source" : " src/index" ,
7
7
"main" : " lib/commonjs/index" ,
8
8
"module" : " lib/module/index" ,
9
9
"typings" : " lib/typescript/index.d.ts" ,
10
+ "publishConfig" : {
11
+ "registry" : " https://registry.npmjs.org/" ,
12
+ "access" : " public"
13
+ },
10
14
"files" : [
11
15
" src" ,
12
16
" lib" ,
35
39
},
36
40
"repository" : {
37
41
"type" : " git" ,
38
- "url" : " git+ https://github.com/a7ul /react-native-exception-handler"
42
+ "url" : " https://github.com/react-native-oh-library /react-native-exception-handler.git "
39
43
},
40
44
"keywords" : [
41
45
" react" ,
Original file line number Diff line number Diff line change 22
22
* SOFTWARE.
23
23
*/
24
24
25
- import type { TurboModule } from ' react-native/Libraries/RCTExport' ;
25
+ import type { TurboModule } from " react-native/Libraries/TurboModule/ RCTExport" ;
26
26
import { TurboModuleRegistry } from 'react-native' ;
27
27
28
28
interface ExceptionHandlerTurboModuleProtocol {
You can’t perform that action at this time.
0 commit comments