File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ const cities = [
4343const nature = [
4444 {
4545 source : {
46- uri : 'https://s4.insidehook.com/Switzerland_Hea_1493053457.jpg' ,
46+ uri :
47+ 'https://images.fineartamerica.com/images/artworkimages/mediumlarge/1/1-forest-in-fog-russian-nature-forest-mist-dmitry-ilyshev.jpg' ,
4748 } ,
4849 title : 'Switzerland' ,
4950 } ,
Original file line number Diff line number Diff line change 1616 },
1717 "ios" : {
1818 "supportsTablet" : true
19- },
20- "packagerOpts" : {
21- "projectRoots" : " " ,
22- "config" : " rn-cli.config.js"
2319 }
2420 }
2521}
Original file line number Diff line number Diff line change 1+ const path = require ( 'path' ) ;
2+
3+ module . exports = {
4+ resolver : {
5+ extraNodeModules : new Proxy (
6+ { } ,
7+ {
8+ get : ( target , name ) =>
9+ path . join ( process . cwd ( ) , `node_modules/${ name } ` ) ,
10+ }
11+ ) ,
12+ } ,
13+ projectRoot : [ path . resolve ( __dirname ) ] ,
14+ watchFolders : [ path . resolve ( __dirname , '../src' ) ] ,
15+ } ;
Original file line number Diff line number Diff line change 22 "main" : " node_modules/expo/AppEntry.js" ,
33 "private" : true ,
44 "dependencies" : {
5- "expo" : " ^33 .0.3 " ,
5+ "expo" : " ^35 .0.0 " ,
66 "react" : " 16.8.6" ,
7- "react-native" : " https://github.com/expo/react-native/archive/sdk-33 .0.0.tar.gz" ,
7+ "react-native" : " https://github.com/expo/react-native/archive/sdk-35 .0.0.tar.gz" ,
88 "react-native-image-view" : " ^2.1.5"
99 },
1010 "devDependencies" : {
1111 "babel-eslint" : " 10.0.1" ,
12- "babel-preset-expo" : " 5.1.1 " ,
12+ "babel-preset-expo" : " 7.0.0 " ,
1313 "eslint" : " 5.16.0" ,
1414 "eslint-config-airbnb" : " 17.1.0" ,
1515 "eslint-config-prettier" : " 4.3.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments