File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88import { createBottomTabNavigator } from "@react-navigation/bottom-tabs" ;
99import { createStaticNavigation } from "@react-navigation/native" ;
10- import type React from "react" ;
1110import { EmptyTab } from "./EmptyTab" ;
1211import { FastImageTab } from "./FastImageTab" ;
1312import { NitroImageTab } from "./NitroImageTab" ;
Original file line number Diff line number Diff line change 1- import type React from "react" ;
21import { useMemo } from "react" ;
32import { loadImageFromThumbHash } from "./ImageFactory" ;
43import { thumbHashFromBase64String } from "./ImageUtils" ;
Original file line number Diff line number Diff line change 88 "allowUnusedLabels" : false ,
99 "esModuleInterop" : true ,
1010 "forceConsistentCasingInFileNames" : true ,
11- "jsx" : " react" ,
11+ "jsx" : " react-jsx " ,
1212 "lib" : [" esnext" ],
1313 "module" : " esnext" ,
1414 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments