Skip to content

Commit

Permalink
chore: configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfr0 committed Mar 26, 2024
1 parent 64f63b1 commit e32563c
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 69 deletions.
6 changes: 2 additions & 4 deletions example/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "OneAM React Native Rheostat Example",
"slug": "oneam-react-native-rheostat-example",
"slug": "oneam-react-native-rheostat-slider-example",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -11,9 +11,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.marcolanfranchi.example"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "oneam-react-native-rheostat-example",
"name": "@oneam/react-native-rheostat-slider-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oneam-react-native-rheostat",
"name": "@oneam/react-native-rheostat-slider",
"version": "0.1.0",
"description": "OneAM React Native Rheostat",
"description": "OneAM React Native Rheostat slider",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"!**/.*"
],
"scripts": {
"example": "yarn workspace oneam-react-native-rheostat-example",
"example": "yarn workspace @oneam/react-native-rheostat-slider-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
Expand All @@ -41,14 +41,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/one-am-it/oneam-react-native-rheostat.git"
"url": "git+https://github.com/one-am-it/react-native-rheostat-slider.git"
},
"author": "OneAM <marco.lanfranchi@oneam.it> (https://github.com/one-am-it)",
"author": "one-am <info@oneam.it> (https://github.com/one-am-it)",
"license": "MIT",
"bugs": {
"url": "https://github.com/one-am-it/oneam-react-native-rheostat/issues"
"url": "https://github.com/one-am-it/react-native-rheostat-slider/issues"
},
"homepage": "https://github.com/one-am-it/oneam-react-native-rheostat#readme",
"homepage": "https://github.com/one-am-it/react-native-rheostat-slider#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"rootDir": ".",
"paths": {
"oneam-react-native-rheostat": ["./src/index"]
"@oneam/react-native-rheostat-slider": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down
112 changes: 56 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3102,6 +3102,62 @@ __metadata:
languageName: node
linkType: hard

"@oneam/react-native-rheostat-slider-example@workspace:example":
version: 0.0.0-use.local
resolution: "@oneam/react-native-rheostat-slider-example@workspace:example"
dependencies:
"@babel/core": ^7.20.0
"@expo/webpack-config": ~19.0.1
"@shopify/react-native-skia": 0.1.221
babel-loader: ^8.1.0
babel-plugin-module-resolver: ^5.0.0
expo: ~50.0.13
expo-status-bar: ~1.11.1
react: 18.2.0
react-native: 0.73.5
react-native-gesture-handler: ~2.14.0
react-native-reanimated: ~3.6.2
languageName: unknown
linkType: soft

"@oneam/react-native-rheostat-slider@workspace:.":
version: 0.0.0-use.local
resolution: "@oneam/react-native-rheostat-slider@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.73.1
"@release-it/conventional-changelog": ^5.0.0
"@shopify/react-native-skia": ^1.0.4
"@types/jest": ^29.5.5
"@types/react": ^18.2.44
"@typescript-eslint/eslint-plugin": ^5.62.0
commitlint: ^17.0.2
del-cli: ^5.1.0
eslint: ^8.51.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.1
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-native: ^4.1.0
jest: ^29.7.0
prettier: ^3.0.3
react: 18.2.0
react-native: 0.73.5
react-native-builder-bob: ^0.20.0
react-native-gesture-handler: ^2.15.0
react-native-reanimated: ^3.8.1
release-it: ^15.0.0
typescript: ^5.2.2
peerDependencies:
"@shopify/react-native-skia": ">=0.1.233"
react: ">=18"
react-native: ">=0.69"
react-native-gesture-handler: ">=2"
react-native-reanimated: ">=3.1.0"
languageName: unknown
linkType: soft

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -13296,62 +13352,6 @@ __metadata:
languageName: node
linkType: hard

"oneam-react-native-rheostat-example@workspace:example":
version: 0.0.0-use.local
resolution: "oneam-react-native-rheostat-example@workspace:example"
dependencies:
"@babel/core": ^7.20.0
"@expo/webpack-config": ~19.0.1
"@shopify/react-native-skia": 0.1.221
babel-loader: ^8.1.0
babel-plugin-module-resolver: ^5.0.0
expo: ~50.0.13
expo-status-bar: ~1.11.1
react: 18.2.0
react-native: 0.73.5
react-native-gesture-handler: ~2.14.0
react-native-reanimated: ~3.6.2
languageName: unknown
linkType: soft

"oneam-react-native-rheostat@workspace:.":
version: 0.0.0-use.local
resolution: "oneam-react-native-rheostat@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.73.1
"@release-it/conventional-changelog": ^5.0.0
"@shopify/react-native-skia": ^1.0.4
"@types/jest": ^29.5.5
"@types/react": ^18.2.44
"@typescript-eslint/eslint-plugin": ^5.62.0
commitlint: ^17.0.2
del-cli: ^5.1.0
eslint: ^8.51.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.1
eslint-plugin-react: ^7.33.2
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-native: ^4.1.0
jest: ^29.7.0
prettier: ^3.0.3
react: 18.2.0
react-native: 0.73.5
react-native-builder-bob: ^0.20.0
react-native-gesture-handler: ^2.15.0
react-native-reanimated: ^3.8.1
release-it: ^15.0.0
typescript: ^5.2.2
peerDependencies:
"@shopify/react-native-skia": ">=0.1.233"
react: ">=18"
react-native: ">=0.69"
react-native-gesture-handler: ">=2"
react-native-reanimated: ">=3.1.0"
languageName: unknown
linkType: soft

"onetime@npm:^2.0.0":
version: 2.0.1
resolution: "onetime@npm:2.0.1"
Expand Down

0 comments on commit e32563c

Please sign in to comment.