We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4915259 commit 4f544c1Copy full SHA for 4f544c1
.changeset/orange-paws-count.md
@@ -0,0 +1,5 @@
1
+---
2
+'@react-native-ama/core': patch
3
4
+
5
+fix: export for repack
packages/core/package.json
@@ -12,6 +12,13 @@
12
"types": "./dist/src/index.d.ts"
13
},
14
"./dist/src/index.js"
15
+ ],
16
+ "./src/*": [
17
+ {
18
+ "import": "./dist/src/*.js",
19
+ "types": "./dist/src/*.d.ts"
20
+ },
21
+ "./dist/src/*.js"
22
]
23
24
"files": [
0 commit comments