Skip to content

Commit 833da8e

Browse files
committed
rename package
1 parent 0285566 commit 833da8e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Access the device address book and track when contacts were last touched. This p
55
## Installation
66

77
```sh
8-
yarn add @omarsdev/react-native-contacts-last-updated
8+
yarn add react-native-contacts-last-updated
99

1010
# iOS
1111
cd ios && pod install
@@ -21,7 +21,7 @@ import {
2121
hasPermission,
2222
requestPermission,
2323
type GetOptions,
24-
} from "@omarsdev/react-native-contacts-last-updated";
24+
} from "react-native-contacts-last-updated";
2525

2626
async function loadContacts() {
2727
const status = await requestPermission();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@omarsdev/react-native-contacts-last-updated",
2+
"name": "react-native-contacts-last-updated",
33
"version": "0.1.0",
44
"description": "Access the device address book and track when contacts were last touched. This package exposes a single API surface that falls back gracefully when the new TurboModule system is unavailable.",
55
"homepage": "https://github.com/omarsdev/react-native-contacts-last-updated#readme",

src/specs/NativeContactsLastUpdated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface Spec extends TurboModule {
2626
}
2727

2828
const LINKING_ERROR =
29-
`The package '@omarsdev/react-native-contacts-last-updated' doesn't seem to be linked correctly.\n` +
29+
`The package 'react-native-contacts-last-updated' doesn't seem to be linked correctly.\n` +
3030
"Make sure: \n" +
3131
Platform.select({
3232
ios: "- You have run 'pod install'\n",

0 commit comments

Comments
 (0)