File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 "react" : " 18.3.1" ,
1616 "react-dom" : " 18.3.1" ,
1717 "react-native" : " 0.76.7" ,
18- "react-native-web" : " ~0.19.13"
18+ "react-native-web" : " ~0.19.13" ,
19+ "@duocvo/react-native-gesture-image" : " *"
1920 },
2021 "devDependencies" : {
2122 "@babel/core" : " ^7.20.0" ,
Original file line number Diff line number Diff line change 11import { StyleSheet } from 'react-native' ;
22import { GestureHandlerRootView } from 'react-native-gesture-handler' ;
3- import Gallery from 'react-native-gesture-image' ;
3+ import Gallery from '@duocvo/ react-native-gesture-image' ;
44
55const image1 = require ( '../assets/image1.jpeg' ) ;
66const image2 = require ( '../assets/image2.jpeg' ) ;
Original file line number Diff line number Diff line change 1111 "jsx" : " react-jsx" ,
1212 "lib" : [" ESNext" ],
1313 "module" : " ESNext" ,
14- "moduleResolution" : " Bundler " ,
14+ "moduleResolution" : " bundler " ,
1515 "noEmit" : true ,
1616 "noFallthroughCasesInSwitch" : true ,
1717 "noImplicitReturns" : true ,
2525 "skipLibCheck" : true ,
2626 "strict" : true ,
2727 "target" : " ESNext" ,
28- "verbatimModuleSyntax" : true
28+ "verbatimModuleSyntax" : true ,
2929 }
3030}
You can’t perform that action at this time.
0 commit comments