@lodev09/react-native-true-sheet 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "The true native bottom sheet experience for your React Native Apps.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
7
7
  "module": "./lib/module/index.js",
8
+ "types": "./lib/typescript/module/src/index.d.ts",
8
9
  "exports": {
9
10
  ".": {
10
11
  "import": {
@@ -168,6 +169,7 @@
168
169
  "semi": false
169
170
  },
170
171
  "react-native-builder-bob": {
172
+ "exclude": "**/{__tests__,__fixtures__}/**",
171
173
  "source": "src",
172
174
  "output": "lib",
173
175
  "targets": [