This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const NativeTextImproved = createReactNativeComponentClass(
39
39
( ) => createViewConfig ( textViewConfig )
40
40
) ;
41
41
42
- export const TextImproved = ( props ) => {
42
+ export const TextImproved = ( props : any ) => {
43
43
const TextComponent =
44
44
Platform . OS == 'ios' ? (
45
45
< Text { ...props } />
Original file line number Diff line number Diff line change 4
4
"paths" : {
5
5
"react-native-text" : [" ./src/index" ]
6
6
},
7
- "allowUnreachableCode" : false ,
8
- "allowUnusedLabels" : false ,
7
+ "allowUnreachableCode" : true ,
8
+ "allowUnusedLabels" : true ,
9
9
"esModuleInterop" : true ,
10
10
"forceConsistentCasingInFileNames" : true ,
11
11
"jsx" : " react" ,
16
16
"noImplicitReturns" : true ,
17
17
"noImplicitUseStrict" : false ,
18
18
"noStrictGenericChecks" : false ,
19
- "noUncheckedIndexedAccess" : true ,
19
+ "noUncheckedIndexedAccess" : false ,
20
20
"noUnusedLocals" : true ,
21
21
"noUnusedParameters" : true ,
22
22
"resolveJsonModule" : true ,
23
23
"skipLibCheck" : true ,
24
- "strict" : true ,
24
+ "strict" : false ,
25
25
"target" : " esnext" ,
26
26
"verbatimModuleSyntax" : true
27
27
}
You can’t perform that action at this time.
0 commit comments