@factorialco/f0-react-native 0.32.0 → 0.33.0
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.
- package/README.md +25 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,31 @@ these variables.
|
|
|
172
172
|
|
|
173
173
|
This file is automatically generated by Uniwind when you run Metro. You can add it to your `.gitignore` if desired.
|
|
174
174
|
|
|
175
|
+
## 🤖 PR Previews (Published with React Native ALPHA)
|
|
176
|
+
|
|
177
|
+
Expo preview publishing is tied to the React Native ALPHA workflow. The QR comment is posted only when the React Native ALPHA publish job succeeds.
|
|
178
|
+
|
|
179
|
+
- Trigger source: React Native ALPHA workflow (`build-and-publish-alpha`)
|
|
180
|
+
- Scope: runs when the React Native package changes (or when manually triggered with the `build` PR comment path in that workflow)
|
|
181
|
+
- Publish branch: `development`
|
|
182
|
+
- Update message: latest commit message (via `eas update --auto`)
|
|
183
|
+
- PR output: one updatable comment with Expo Go links and a QR code
|
|
184
|
+
|
|
185
|
+
### Required Secret
|
|
186
|
+
|
|
187
|
+
Add this repository secret in GitHub:
|
|
188
|
+
|
|
189
|
+
- `EXPO_TOKEN`: personal access token from Expo account settings
|
|
190
|
+
|
|
191
|
+
### How it appears in GitHub
|
|
192
|
+
|
|
193
|
+
On each PR update, CI posts or updates a single comment containing:
|
|
194
|
+
|
|
195
|
+
- Update metadata (message, group ID, timestamp)
|
|
196
|
+
- Expo update page link
|
|
197
|
+
- Direct QR link
|
|
198
|
+
- Embedded QR image for quick scan in Expo Go
|
|
199
|
+
|
|
175
200
|
## 📱 Expo Go (Latest Update)
|
|
176
201
|
|
|
177
202
|
Use this section after each manual update so people can install the latest build in Expo Go.
|