-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Hochstöger Matthias <[email protected]> Co-authored-by: Dieter Wimberger <[email protected]>
- Loading branch information
1 parent
cc9cf18
commit 2e58ca1
Showing
11 changed files
with
843 additions
and
1,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"git": { | ||
"commitMessage": "chore: release ${version}", | ||
"tagName": "${version}" | ||
}, | ||
"npm": { | ||
"publish": true | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
module.exports = { | ||
"source": "src", | ||
"output": "lib", | ||
"targets": [ | ||
[ | ||
"commonjs", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"module", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"typescript", | ||
{ | ||
"project": "tsconfig.build.json" | ||
} | ||
] | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"preset": "react-native", | ||
"modulePathIgnorePatterns": [ | ||
"<rootDir>/example/node_modules", | ||
"<rootDir>/lib/" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
{ | ||
"name": "react-native-example-app", | ||
"name": "@evva-sfw/abrevva-react-native", | ||
"version": "0.1.0", | ||
"description": "evva", | ||
"description": "The EVVA React-Native Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.", | ||
"source": "./src/index.tsx", | ||
"main": "./lib/commonjs/index.js", | ||
"module": "./lib/module/index.js", | ||
"types": "./lib/typescript/src/index.d.ts", | ||
"engines": { | ||
"npm": "please-use-yarn", | ||
"yarn": ">= 3.6.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
".": { | ||
"types": "./lib/typescript/src/index.d.ts", | ||
|
@@ -47,14 +52,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mhochstoeger/react-native-example-app.git" | ||
"url": "git+https://github.com/evva-sfw/abrevva-react-native.git" | ||
}, | ||
"author": "HOCHSTÖGER Matthias / EVVA Wien <[email protected]> (https://github.com/mhochstoeger)", | ||
"license": "MIT", | ||
"license": "SEE LICENSE IN <LICENSE>", | ||
"bugs": { | ||
"url": "https://github.com/mhochstoeger/react-native-example-app/issues" | ||
"url": "https://github.com/evva-sfw/abrevva-react-native/issues" | ||
}, | ||
"homepage": "https://github.com/mhochstoeger/react-native-example-app#readme", | ||
"homepage": "https://github.com/evva-sfw/abrevva-react-native", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
|
@@ -78,7 +82,7 @@ | |
"react": "18.2.0", | ||
"react-native": "0.74.3", | ||
"react-native-builder-bob": "^0.29.0", | ||
"release-it": "^15.0.0", | ||
"release-it": "^17.6.0", | ||
"turbo": "^1.10.7", | ||
"typescript": "^5.2.2" | ||
}, | ||
|
@@ -92,36 +96,6 @@ | |
"workspaces": [ | ||
"example" | ||
], | ||
"packageManager": "[email protected]", | ||
"jest": { | ||
"preset": "react-native", | ||
"modulePathIgnorePatterns": [ | ||
"<rootDir>/example/node_modules", | ||
"<rootDir>/lib/" | ||
] | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore: release ${version}", | ||
"tagName": "v${version}" | ||
}, | ||
"npm": { | ||
"publish": true | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular" | ||
} | ||
} | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": [ | ||
|
@@ -169,34 +143,5 @@ | |
"tabWidth": 2, | ||
"trailingComma": "es5", | ||
"useTabs": false | ||
}, | ||
"react-native-builder-bob": { | ||
"source": "src", | ||
"output": "lib", | ||
"targets": [ | ||
[ | ||
"commonjs", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"module", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"typescript", | ||
{ | ||
"project": "tsconfig.build.json" | ||
} | ||
] | ||
] | ||
}, | ||
"create-react-native-library": { | ||
"type": "module-legacy", | ||
"languages": "kotlin-swift", | ||
"version": "0.38.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.