Skip to content

docs: update url for new repo name #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ aliases:
# DEFAULTS
# -------------------------
defaults: &defaults
working_directory: ~/react-native-push-notification-ios
working_directory: ~/push-notification-ios
environment:
- GIT_COMMIT_DESC: git log --format=oneline -n 1 $CIRCLE_SHA1

Expand Down Expand Up @@ -87,28 +87,28 @@ jobs:
<<: *js_defaults
steps:
- attach_workspace:
at: ~/react-native-push-notification-ios
at: ~/push-notification-ios
- run: *flow

javascript:
<<: *js_defaults
steps:
- attach_workspace:
at: ~/react-native-push-notification-ios
at: ~/push-notification-ios
- run: *javascript

lint:
<<: *js_defaults
steps:
- attach_workspace:
at: ~/react-native-push-notification-ios
at: ~/push-notification-ios
- run: *eslint

tsc:
<<: *js_defaults
steps:
- attach_workspace:
at: ~/react-native-push-notification-ios
at: ~/push-notification-ios
- run: *tsc


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ to:
import PushNotificationIOS from "@react-native-community/push-notification-ios";
```

[build-badge]: https://img.shields.io/circleci/project/github/react-native-community/react-native-push-notification-ios/master.svg?style=flat-square
[build]: https://circleci.com/gh/react-native-community/react-native-push-notification-ios
[build-badge]: https://img.shields.io/circleci/project/github/react-native-community/push-notification-ios/master.svg?style=flat-square
[build]: https://circleci.com/gh/react-native-community/push-notification-ios
[version-badge]: https://img.shields.io/npm/v/@react-native-community/push-notification-ios.svg?style=flat-square
[package]: https://www.npmjs.com/package/@react-native-community/push-notification-ios
[license-badge]: https://img.shields.io/npm/l/@react-native-community/push-notification-ios.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion RNCPushNotificationIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.homepage = package['homepage']

s.source = { :git => "https://github.com/react-native-community/react-native-push-notification-ios", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/react-native-community/push-notification-ios", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"

s.platform = :ios, "9.0"
Expand Down
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import com.android.build.OutputFile
* // the entry file for bundle generation
* entryFile: "index.android.js",
*
* // https://facebook.github.io/react-native/docs/performance#enable-the-ram-format
* // https://reactnative.dev/docs/performance#enable-the-ram-format
* bundleCommand: "ram-bundle",
*
* // whether to bundle JS and assets in debug mode
Expand Down Expand Up @@ -156,7 +156,7 @@ android {
}
release {
// Caution! In production, you need to generate your own keystore file.
// see https://facebook.github.io/react-native/docs/signed-apk-android.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig signingConfigs.debug
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Type definitions for @react-native-community/push-notification-ios 1.0.2
// Project: https://github.com/react-native-community/react-native-push-notification-ios
// Project: https://github.com/react-native-community/push-notification-ios
// Definitions by: Jules Sam. Randolph <https://github.com/jsamr>

export interface FetchResult {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"contributors": [
"Jesse Katsumata <[email protected]>"
],
"homepage": "https://github.com/react-native-community/react-native-push-notification-ios#readme",
"homepage": "https://github.com/react-native-community/push-notification-ios#readme",
"license": "MIT",
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-push-notification-ios.git"
"url": "https://github.com/react-native-community/push-notification-ios.git"
}
}