Skip to content

Commit bceb6bc

Browse files
committed
all: update repository url
1 parent 9fadf39 commit bceb6bc

File tree

7 files changed

+14
-316
lines changed

7 files changed

+14
-316
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Depending on your plan, you way benefit from a specific support level. In that c
2323

2424
## Reproduction steps
2525
<!-- Provide detailed reproduction steps. For example :
26-
1. Install Batch SDK in a Flutter app
26+
1. Install Batch SDK in a React-Native app
2727
2. Start the SDK
2828
3. Send a test notification
2929
4. Open the test notification
@@ -37,9 +37,9 @@ A minimal reproduction project isn’t compulsory but will reduce greatly the re
3737
### SDK Version
3838
<!-- e.g. v1.17 -->
3939
### Installation method
40-
<!-- e.g. pub get -->
40+
<!-- e.g. yarn install -->
4141
### Relevant development tools versions
42-
<!-- e.g. Xcode version, Flutter version -->
42+
<!-- e.g. Xcode version, React-Native version -->
4343

4444
## Additional information
4545
<!-- Anything else you can include that'll make it easier for us to help you! -->

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ As this plugin is built over Batch's Native SDKs, their respective Android and i
1313
# Documentation
1414
- [Setup guide](https://doc.batch.com/react-native/prerequisites): start your implementation here!
1515
- [Help center](https://help.batch.com/en/): answers to most questions you may have during the integration
16-
- [API reference](https://bamlab.github.io/react-native-batch-push/): this documents each of the classes and methods in the Batch Flutter Plugin
16+
- [API reference](https://batchlabs.github.io/Batch-React-Native-Plugin/): this documents each of the classes and methods in the Batch React-Native Plugin
1717

1818
You may also find this guide useful to review after integration to make sure you're ready to go live: [How can I test the integration on iOS?](https://help.batch.com/en/articles/2669866-how-can-i-test-the-integration-on-ios) / [How can I test the integration on Android?](https://help.batch.com/en/articles/2672749-how-can-i-test-the-integration-on-android)
1919

2020
# Releases
21-
Release instructions are detailed in [RELEASING.md](https://github.com/BatchLabs/sdk.temp.react-native-plugin/blob/master/RELEASING.md).
21+
Release instructions are detailed in [RELEASING.md](https://github.com/BatchLabs/Batch-React-Native-Plugin/blob/master/RELEASING.md).
2222

2323
# Building
24-
Build instructions are detailed in [BUILDING.md](https://github.com/BatchLabs/sdk.temp.react-native-plugin/blob/master/BUILDING.md).
24+
Build instructions are detailed in [BUILDING.md](https://github.com/BatchLabs/Batch-React-Native-Plugin/blob/master/BUILDING.md).
2525

2626
# Contributing
27-
Please refer to our [contributing guidelines](https://github.com/BatchLabs/sdk.temp.react-native-plugin/blob/master/CONTRIBUTING.md).
27+
Please refer to our [contributing guidelines](https://github.com/BatchLabs/Batch-React-Native-Plugin/blob/master/CONTRIBUTING.md).
28+
29+
# Credits
30+
Batch-React-Native-Plugin is based on [bamlab's](https://github.com/bamlab/) [React Native plugin](https://github.com/bamlab/react-native-batch-push).

ios/RNBatchPush.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Pod::Spec.new do |s|
22
s.name = "RNBatchPush"
33
s.version = "1.0.0"
44
s.summary = "Batch.com React-Native Plugin"
5-
s.homepage = "https://github.com/BatchLabs/sdk.temp.react-native-plugin"
5+
s.homepage = "https://github.com/BatchLabs/Batch-React-Native-Plugin"
66
s.license = { :type => "MIT", :file => "../LICENSE" }
77
s.authors = {
88
"Batch.com" => "[email protected]"
99
}
1010
s.platform = :ios, "10.0"
11-
s.source = { :git => "[email protected]:BatchLabs/sdk.temp.react-native-plugin.git", :tag => "master" }
11+
s.source = { :git => "[email protected]:BatchLabs/Batch-React-Native-Plugin.git", :tag => "master" }
1212
s.source_files = "*.{h,m}"
1313
s.requires_arc = true
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@batch.com/react-native-plugin",
33
"version": "8.0.0",
44
"description": "Batch.com React-Native Plugin",
5-
"homepage": "https://github.com/BatchLabs/sdk.temp.react-native-plugin",
5+
"homepage": "https://github.com/BatchLabs/BatchLabs/Batch-React-Native-Plugin",
66
"main": "dist/Batch.js",
77
"types": "dist/Batch.d.ts",
88
"repository": {
99
"type": "git",
10-
"url": "[email protected]:BatchLabs/sdk.temp.react-native-plugin.git"
10+
"url": "[email protected]:BatchLabs/Batch-React-Native-Plugin.git"
1111
},
1212
"license": "MIT",
1313
"keywords": [

readme/development.md

Lines changed: 0 additions & 227 deletions
This file was deleted.

readme/expo.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

readme/publishing.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)