Skip to content

Commit

Permalink
all: update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jul 27, 2022
1 parent 9fadf39 commit bceb6bc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 316 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Depending on your plan, you way benefit from a specific support level. In that c

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

## Additional information
<!-- Anything else you can include that'll make it easier for us to help you! -->
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ As this plugin is built over Batch's Native SDKs, their respective Android and i
# Documentation
- [Setup guide](https://doc.batch.com/react-native/prerequisites): start your implementation here!
- [Help center](https://help.batch.com/en/): answers to most questions you may have during the integration
- [API reference](https://bamlab.github.io/react-native-batch-push/): this documents each of the classes and methods in the Batch Flutter Plugin
- [API reference](https://batchlabs.github.io/Batch-React-Native-Plugin/): this documents each of the classes and methods in the Batch React-Native Plugin

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)

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

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

# Contributing
Please refer to our [contributing guidelines](https://github.com/BatchLabs/sdk.temp.react-native-plugin/blob/master/CONTRIBUTING.md).
Please refer to our [contributing guidelines](https://github.com/BatchLabs/Batch-React-Native-Plugin/blob/master/CONTRIBUTING.md).

# Credits
Batch-React-Native-Plugin is based on [bamlab's](https://github.com/bamlab/) [React Native plugin](https://github.com/bamlab/react-native-batch-push).
4 changes: 2 additions & 2 deletions ios/RNBatchPush.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Pod::Spec.new do |s|
s.name = "RNBatchPush"
s.version = "1.0.0"
s.summary = "Batch.com React-Native Plugin"
s.homepage = "https://github.com/BatchLabs/sdk.temp.react-native-plugin"
s.homepage = "https://github.com/BatchLabs/Batch-React-Native-Plugin"
s.license = { :type => "MIT", :file => "../LICENSE" }
s.authors = {
"Batch.com" => "[email protected]"
}
s.platform = :ios, "10.0"
s.source = { :git => "[email protected]:BatchLabs/sdk.temp.react-native-plugin.git", :tag => "master" }
s.source = { :git => "[email protected]:BatchLabs/Batch-React-Native-Plugin.git", :tag => "master" }
s.source_files = "*.{h,m}"
s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@batch.com/react-native-plugin",
"version": "8.0.0",
"description": "Batch.com React-Native Plugin",
"homepage": "https://github.com/BatchLabs/sdk.temp.react-native-plugin",
"homepage": "https://github.com/BatchLabs/BatchLabs/Batch-React-Native-Plugin",
"main": "dist/Batch.js",
"types": "dist/Batch.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:BatchLabs/sdk.temp.react-native-plugin.git"
"url": "[email protected]:BatchLabs/Batch-React-Native-Plugin.git"
},
"license": "MIT",
"keywords": [
Expand Down
227 changes: 0 additions & 227 deletions readme/development.md

This file was deleted.

75 changes: 0 additions & 75 deletions readme/expo.md

This file was deleted.

3 changes: 0 additions & 3 deletions readme/publishing.md

This file was deleted.

0 comments on commit bceb6bc

Please sign in to comment.