Skip to content

Commit e80a291

Browse files
committed
newer expo for examples
1 parent e786d36 commit e80a291

File tree

5 files changed

+9463
-5028
lines changed

5 files changed

+9463
-5028
lines changed

examples/.expo/packager-info.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"devToolsPort": 19002,
3-
"expoServerPort": 19000,
3+
"expoServerPort": null,
44
"packagerPort": null,
55
"packagerPid": null,
6-
"expoServerNgrokUrl": "https://w3-vvy.anonymous.examples.exp.direct",
7-
"packagerNgrokUrl": "https://packager.w3-vvy.anonymous.examples.exp.direct",
8-
"ngrokPid": 31843
9-
}
6+
"expoServerNgrokUrl": null,
7+
"packagerNgrokUrl": null,
8+
"ngrokPid": null,
9+
"webpackServerPort": null
10+
}

examples/.expo/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"lanType": "ip",
44
"dev": true,
55
"minify": false,
6-
"urlRandomness": "w3-vvy"
7-
}
6+
"urlRandomness": "w3-vvy",
7+
"https": false
8+
}

examples/app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "react-native-popup-menu-examples",
44
"slug": "RNPopupMenuExamples",
55
"privacy": "public",
6-
"sdkVersion": "32.0.0",
76
"platforms": [
87
"ios",
98
"android"
@@ -26,4 +25,4 @@
2625
"supportsTablet": true
2726
}
2827
}
29-
}
28+
}

0 commit comments

Comments
 (0)