@artsy/palette-mobile 19.19.0--canary.404.4771.0 → 19.19.0--canary.404.4776.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 +6 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -33,6 +33,12 @@ 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 react-native-safe-area-context
|
|
40
|
+
```
|
|
41
|
+
|
|
36
42
|
## How to contribute
|
|
37
43
|
|
|
38
44
|
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "19.19.0--canary.404.
|
|
3
|
+
"version": "19.19.0--canary.404.4776.0",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
"Example"
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"react-native-haptic-feedback": "1.14.0",
|
|
127
127
|
"react-native-linear-gradient": "2.6.2",
|
|
128
128
|
"react-native-reanimated": "3.17.5",
|
|
129
|
+
"react-native-safe-area-context": "5.4.1",
|
|
129
130
|
"react-native-svg": "15.12.0",
|
|
130
131
|
"react-test-renderer": "19.0.0",
|
|
131
132
|
"rimraf": "4.1.2",
|