@artsy/palette-mobile 23.6.0 → 23.8.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/dist/elements/Image/Image.js +0 -1
- package/package.json +2 -2
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:
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import FastImage from "@d11/react-native-fast-image";
|
|
3
3
|
import { memo, useState } from "react";
|
|
4
|
-
// @ts-expect-error
|
|
5
4
|
import { Blurhash } from "react-native-blurhash";
|
|
6
5
|
import { getImageURL } from "./helpers/getImageURL";
|
|
7
6
|
import { useColor } from "../../utils/hooks";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.8.0",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
"Example"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"pull-lock": "1.0.0",
|
|
121
121
|
"react": "19.1.0",
|
|
122
122
|
"react-native": "0.81.5",
|
|
123
|
-
"react-native-blurhash": "2.1.
|
|
123
|
+
"react-native-blurhash": "2.1.3",
|
|
124
124
|
"react-native-collapsible-tab-view": "patch:react-native-collapsible-tab-view@npm%3A9.0.0-rc.0#~/.yarn/patches/react-native-collapsible-tab-view-npm-9.0.0-rc.0-5363b327de.patch",
|
|
125
125
|
"react-native-haptic-feedback": "1.14.0",
|
|
126
126
|
"react-native-linear-gradient": "2.6.2",
|