@super-calendar/native 2.1.3 → 2.1.4
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 +4 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @super-calendar/native
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@super-calendar/native) [](https://jsr.io/@super-calendar/native) [](https://npmx.dev/package/@super-calendar/native)
|
|
4
4
|
|
|
5
5
|
The React Native renderer for [super-calendar](https://github.com/afonsojramos/react-native-super-calendar): a gesture-driven, virtualized **month / week / day** calendar and date picker. Runs on iOS, Android, and web (web via [react-native-web](https://necolas.github.io/react-native-web/)).
|
|
6
6
|
|
|
@@ -14,15 +14,11 @@ The React Native renderer for [super-calendar](https://github.com/afonsojramos/r
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
16
16
|
```sh
|
|
17
|
-
|
|
18
|
-
deno add jsr:@super-calendar/native
|
|
19
|
-
|
|
20
|
-
# npm / pnpm / yarn / bun
|
|
21
|
-
npx jsr add @super-calendar/native
|
|
22
|
-
pnpm dlx jsr add @super-calendar/native
|
|
23
|
-
bunx jsr add @super-calendar/native
|
|
17
|
+
npm install @super-calendar/native
|
|
24
18
|
```
|
|
25
19
|
|
|
20
|
+
Also on [JSR](https://jsr.io/@super-calendar/native): `deno add jsr:@super-calendar/native`.
|
|
21
|
+
|
|
26
22
|
Peer dependencies: `@legendapp/list` (>=3), `date-fns` (>=3), `react` (>=19), `react-native` (>=0.85), `react-native-gesture-handler` (>=2), `react-native-reanimated` (>=4), and `react-native-worklets` (>=0.8).
|
|
27
23
|
|
|
28
24
|
For a picker-only bundle that does not require Reanimated, import from the `@super-calendar/native/picker` subpath.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-calendar/native",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Gesture-driven, virtualized month / week / day calendar and date picker for React Native (and web via react-native-web).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agenda",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@super-calendar/core": "2.1.
|
|
67
|
+
"@super-calendar/core": "2.1.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@legendapp/list": ">=3",
|