@artsy/palette-mobile 19.1.0 → 19.2.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.
Files changed (2) hide show
  1. package/README.md +14 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,10 +55,22 @@ yarn install:all
55
55
  Run using:
56
56
 
57
57
  ```sh
58
- yarn start
58
+ yarn ios
59
+ ```
60
+
61
+ or
62
+
63
+ ```sh
64
+ yarn android
59
65
  ```
60
66
 
61
- And then either open Xcode and run, or Android Studio, or run `yarn ios` or `yarn android` from the command line, or just open up the simulator if you have done this before.
67
+ ⚠️ Temporary workaround until we move Expo into an example directory:
68
+
69
+ For local development, remove the line from package.json:
70
+
71
+ `"main": "dist/index.js"`
72
+
73
+ Make sure to add it back before committing.
62
74
 
63
75
  ## Developing Features using Local Versions of Palette
64
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "expo run:android --port 8082",