Skip to content

Commit 76b2572

Browse files
committed
chore: ✨ configured project using react-native-builder-bob
1 parent cc98a24 commit 76b2572

File tree

2 files changed

+9604
-16
lines changed

2 files changed

+9604
-16
lines changed

package.json

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
"name": "react-native-system",
33
"version": "0.1.0",
44
"description": "Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System",
5-
"main": "lib/commonjs/index",
6-
"module": "lib/module/index",
7-
"types": "lib/typescript/index.d.ts",
8-
"react-native": "src/index",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index",
1010
"files": [
1111
"src",
1212
"lib",
13+
"!**/__tests__",
14+
"!**/__fixtures__",
15+
"!**/__mocks__",
1316
"android",
1417
"ios",
1518
"cpp",
1619
"react-native-system.podspec",
1720
"!lib/typescript/example",
1821
"!android/build",
19-
"!ios/build",
20-
"!**/__tests__",
21-
"!**/__fixtures__",
22-
"!**/__mocks__"
22+
"!ios/build"
2323
],
2424
"scripts": {
2525
"test": "jest",
@@ -63,7 +63,7 @@
6363
"prettier": "^2.0.5",
6464
"react": "16.13.1",
6565
"react-native": "0.63.4",
66-
"react-native-builder-bob": "^0.18.0",
66+
"react-native-builder-bob": "^0.18.1",
6767
"release-it": "^14.2.2",
6868
"typescript": "^4.1.3"
6969
},
@@ -142,12 +142,7 @@
142142
"targets": [
143143
"commonjs",
144144
"module",
145-
[
146-
"typescript",
147-
{
148-
"project": "tsconfig.build.json"
149-
}
150-
]
145+
"typescript"
151146
]
152147
}
153-
}
148+
}

0 commit comments

Comments
 (0)