@lodev09/react-native-true-sheet 0.10.1 → 0.10.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
@@ -56,7 +56,7 @@ return (
56
56
  sizes={['auto', 'large']}
57
57
  cornerRadius={24}
58
58
  >
59
- // ...
59
+ <View />
60
60
  </TrueSheet>
61
61
  </View>
62
62
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "The true native bottom sheet experience for your React Native Apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -1,4 +0,0 @@
1
- import type { Config } from '@docusaurus/types';
2
- declare const config: Config;
3
- export default config;
4
- //# sourceMappingURL=docusaurus.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"docusaurus.config.d.ts","sourceRoot":"","sources":["../../../docs/docusaurus.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAI/C,QAAA,MAAM,MAAM,EAAE,MA8Gb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,4 +0,0 @@
1
- import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
2
- declare const sidebars: SidebarsConfig;
3
- export default sidebars;
4
- //# sourceMappingURL=sidebars.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sidebars.d.ts","sourceRoot":"","sources":["../../../docs/sidebars.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAErE,QAAA,MAAM,QAAQ,EAAE,cAOf,CAAA;AAED,eAAe,QAAQ,CAAA"}