Skip to content

Commit

Permalink
feat: package name correct
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamguptadream11 committed Dec 9, 2024
1 parent d62ead1 commit e65586d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=false
newArchEnabled=true

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
StatusBar,
Platform,
} from 'react-native';
import { PerformanceTracker } from 'dream11-react-native-performance-tracker';
import { PerformanceTracker } from '@d11/react-native-performance-tracker';

PerformanceTracker.init({
persistToFile: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dream11-react-native-performance-tracker",
"version": "0.14.0",
"name": "@d11/react-native-performance-tracker",
"version": "0.1.0",
"description": "Benchmark React Native View Paint Time",
"source": "./src/index.tsx",
"main": "./src/index.tsx",
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": {
"dream11-react-native-performance-tracker": ["./src/index"]
"@d11/react-native-performance-tracker": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,36 @@ __metadata:
languageName: node
linkType: hard

"@d11/react-native-performance-tracker@workspace:.":
version: 0.0.0-use.local
resolution: "@d11/react-native-performance-tracker@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native-community/cli": 15.0.0
"@react-native/eslint-config": ^0.73.1
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^29.5.5
"@types/react": ^18.2.44
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
jest: ^29.7.0
prettier: ^3.0.3
react: 18.3.1
react-native: 0.76.1
react-native-builder-bob: ^0.30.3
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.2.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@eslint-community/eslint-utils@npm:^4.2.0":
version: 4.4.1
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
Expand Down Expand Up @@ -5377,36 +5407,6 @@ __metadata:
languageName: node
linkType: hard

"dream11-react-native-performance-tracker@workspace:.":
version: 0.0.0-use.local
resolution: "dream11-react-native-performance-tracker@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native-community/cli": 15.0.0
"@react-native/eslint-config": ^0.73.1
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^29.5.5
"@types/react": ^18.2.44
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
jest: ^29.7.0
prettier: ^3.0.3
react: 18.3.1
react-native: 0.76.1
react-native-builder-bob: ^0.30.3
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.2.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"eastasianwidth@npm:^0.2.0":
version: 0.2.0
resolution: "eastasianwidth@npm:0.2.0"
Expand Down

0 comments on commit e65586d

Please # to comment.