@vanenshi/expo-plugins 0.1.2 → 0.1.3

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,15 +112,15 @@ pnpm test
112
112
 
113
113
  ### Example app
114
114
 
115
- `apps/app` is a minimal Expo app wiring both plugins, used to verify plugins
115
+ `example` is a minimal Expo app wiring both plugins, used to verify plugins
116
116
  work end-to-end via `expo prebuild`:
117
117
 
118
118
  ```sh
119
- cd apps/app
120
- npm install
119
+ cd example
120
+ pnpm install
121
121
  npx expo prebuild --clean
122
122
  grep "Example (Beta)" android/app/src/main/res/values/strings.xml
123
123
  grep "CFBundleDisplayName" ios/*/Info.plist
124
124
  ```
125
125
 
126
- See [`apps/app/README.md`](apps/app/README.md) for details.
126
+ See [`example/README.md`](example/README.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanenshi/expo-plugins",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A small collection of Expo config plugins.",
5
5
  "license": "MIT",
6
6
  "main": "build/index.js",