@artsy/palette-mobile 19.19.0--canary.404.4759.0 → 19.19.0--canary.404.4766.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 +0 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,12 +33,6 @@ If the above guidance still doesn't give you a good sense of what to do, please
33
33
  yarn add @artsy/palette-mobile
34
34
  ```
35
35
 
36
- - Install native peer deps
37
-
38
- ```sh
39
- yarn add react-native-haptic-feedback react-native-linear-gradient react-native-reanimated react-native-svg
40
- ```
41
-
42
36
  ## How to contribute
43
37
 
44
38
  If you'd like to add a new component to Palette please create an issue using the component spec template. That'll give both design and engineering a chance to peek at the proposal and provide feedback before moving forward.
@@ -75,14 +69,6 @@ or
75
69
  yarn android
76
70
  ```
77
71
 
78
- ⚠️ Temporary workaround until we move Expo into an example directory:
79
-
80
- For local development, remove the line from package.json:
81
-
82
- `"main": "dist/index.js"`
83
-
84
- Make sure to add it back before committing.
85
-
86
72
  ## Developing Features using Local Versions of Palette
87
73
 
88
74
  When developing new components in Palette, it's often useful to test those components in consuming apps (such as Eigen). However, due to the poor support for symlinks in React Native, this can be difficult. Enter [yalc](https://github.com/wclr/yalc). Yalc is a mini package manager that one can publish to and install from, which makes it easy to test code in realtime from outside of your app.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "19.19.0--canary.404.4759.0",
3
+ "version": "19.19.0--canary.404.4766.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"