@lodev09/react-native-true-sheet 0.8.0 → 0.8.2

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 CHANGED
@@ -195,7 +195,6 @@ Blur tint that is mapped into native values in iOS.
195
195
 
196
196
  ## v1 Roadmap
197
197
 
198
- - [ ] Android: grabber
199
198
  - [ ] Inline sheet
200
199
  - [ ] Reanimated integration(?)
201
200
  - [ ] Any ideas?
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { type ColorValue, type ViewProps } from 'react-native';
3
- interface TrueSheetGrabberProps extends ViewProps {
3
+ export interface TrueSheetGrabberProps extends ViewProps {
4
4
  /**
5
5
  * Is grabber visible
6
6
  * @default true
@@ -27,5 +27,4 @@ interface TrueSheetGrabberProps extends ViewProps {
27
27
  * Used by defualt for Android but feel free to re-use.
28
28
  */
29
29
  export declare const TrueSheetGrabber: (props: TrueSheetGrabberProps) => React.JSX.Element | null;
30
- export {};
31
30
  //# sourceMappingURL=TrueSheetGrabber.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TrueSheetGrabber.d.ts","sourceRoot":"","sources":["../../../src/TrueSheetGrabber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAQ,KAAK,UAAU,EAAE,KAAK,SAAS,EAAkB,MAAM,cAAc,CAAA;AAOpF,UAAU,qBAAsB,SAAQ,SAAS;IAC/C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAA;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,6BAiB5D,CAAA"}
1
+ {"version":3,"file":"TrueSheetGrabber.d.ts","sourceRoot":"","sources":["../../../src/TrueSheetGrabber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAQ,KAAK,UAAU,EAAE,KAAK,SAAS,EAAkB,MAAM,cAAc,CAAA;AAOpF,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAA;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,6BAiB5D,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "The true native bottom sheet. 💩",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -6,7 +6,7 @@ const GRABBER_DEFAULT_HEIGHT = 4
6
6
  const GRABBER_DEFAULT_WIDTH = 32
7
7
  const GRABBER_DEFAULT_COLOR = '#49454F'
8
8
 
9
- interface TrueSheetGrabberProps extends ViewProps {
9
+ export interface TrueSheetGrabberProps extends ViewProps {
10
10
  /**
11
11
  * Is grabber visible
12
12
  * @default true