@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.
Files changed (2) hide show
  1. package/README.md +4 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @super-calendar/native
2
2
 
3
- [![JSR](https://jsr.io/badges/@super-calendar/native)](https://jsr.io/@super-calendar/native) [![JSR score](https://jsr.io/badges/@super-calendar/native/score)](https://jsr.io/@super-calendar/native)
3
+ [![npm](https://img.shields.io/npm/v/@super-calendar/native?style=flat-square&color=1F6FEB)](https://www.npmjs.com/package/@super-calendar/native) [![JSR](https://img.shields.io/jsr/v/@super-calendar/native?style=flat-square&label=JSR&color=F7DF1E)](https://jsr.io/@super-calendar/native) [![npmx](https://img.shields.io/badge/npmx-view-8A2BE2?style=flat-square)](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
- # Deno
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",
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.3"
67
+ "@super-calendar/core": "2.1.4"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@legendapp/list": ">=3",