Skip to content

Commit

Permalink
feat: add AOS-IOS bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn0325 committed Mar 9, 2024
1 parent 599d5fc commit d8b14f9
Show file tree
Hide file tree
Showing 2 changed files with 13,359 additions and 14 deletions.
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"name": "react-native-dimensions-util",
"version": "0.1.0",
"description": "react-native-dimensions-util ",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"react-native": "src/index.tsx",
"source": "src/index.tsx",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"android",
"ios",
"cpp",
Expand All @@ -20,9 +23,6 @@
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"prettier": "^3.0.3",
"react": "18.2.0",
"react-native": "0.73.5",
"react-native-builder-bob": "^0.20.0",
"react-native-builder-bob": "^0.23.2",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
Expand Down Expand Up @@ -149,12 +149,7 @@
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
"typescript"
]
}
}
Loading

0 comments on commit d8b14f9

Please sign in to comment.