codingpixel-expo-app 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/install.js +10 -0
  2. package/package.json +1 -1
package/dist/install.js CHANGED
@@ -43,6 +43,16 @@ export function buildAlwaysInstalledList(workletsPkg) {
43
43
  // resolve 'expo-linking' from .../expo-router/build/views/Unmatched.js").
44
44
  "expo-linking",
45
45
  "expo-constants",
46
+ // Deviation #18 — react-native-mmkv 3.x+ peer deps + system-ui.
47
+ // mmkv was rewritten on Nitro Modules; without `react-native-nitro-modules`,
48
+ // gradle fails with "Project with path ':react-native-nitro-modules' could
49
+ // not be found in project ':react-native-mmkv'" and CocoaPods fails with
50
+ // "Unable to find a specification for `NitroModules` depended upon by `NitroMmkv`".
51
+ "react-native-nitro-modules",
52
+ // expo-system-ui is required by `expo prebuild` for `userInterfaceStyle`
53
+ // in app.json (default value "light"). Without it, prebuild warns:
54
+ // "Install expo-system-ui in your project to enable this feature."
55
+ "expo-system-ui",
46
56
  ];
47
57
  }
48
58
  export function buildConditionalDeps(answers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codingpixel-expo-app",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Opinionated Expo app scaffolder mirroring MyRoster conventions.",
5
5
  "type": "module",
6
6
  "bin": {