@artsy/palette-mobile 23.6.0 → 23.7.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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,7 +84,6 @@ Build and submit both iOS and Android locally:
|
|
|
84
84
|
```sh
|
|
85
85
|
brew install eas-cli # First time only
|
|
86
86
|
brew install gh # First time only
|
|
87
|
-
brew install fastlane # First time only
|
|
88
87
|
```
|
|
89
88
|
|
|
90
89
|
If Android local build config seems out of sync after changing `Example/app.json` or native-related dependencies, run:
|