@artsy/palette-mobile 23.4.0 → 23.5.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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -87,6 +87,13 @@ brew install gh # First time only
|
|
|
87
87
|
brew install fastlane # First time only
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
+
If Android local build config seems out of sync after changing `Example/app.json` or native-related dependencies, run:
|
|
91
|
+
|
|
92
|
+
```sh
|
|
93
|
+
cd Example
|
|
94
|
+
npx expo prebuild --clean --platform android
|
|
95
|
+
```
|
|
96
|
+
|
|
90
97
|
### Trigger Cloud Builds via GitHub Actions
|
|
91
98
|
|
|
92
99
|
Make sure to push all necessary changes first.
|