Skip to content

Commit

Permalink
[AUTO]sync agora to shengwang>> change package
Browse files Browse the repository at this point in the history
  • Loading branch information
sda-rob committed Dec 11, 2024
1 parent fae7dbb commit 9e6eca0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
api 'io.agora.rtc:agora-special-full:4.5.0.1'
implementation 'io.agora.rtc:full-screen-sharing:4.5.0.1'
api 'io.shengwang.rtc:agora-special-full:4.5.0.1'
implementation 'io.shengwangw.rtc:full-screen-sharing:4.5.0.1'
implementation 'io.agora.rtc:iris-rtc:4.5.0-build.1'
}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-agora",
"name": "react-native-shenwang",
"version": "4.5.0",
"description": "Agora RTC SDK For React Native",
"main": "lib/commonjs/index",
Expand Down Expand Up @@ -30,7 +30,7 @@
"CHANGELOG.md"
],
"scripts": {
"example": "yarn workspace react-native-agora-example",
"example": "yarn workspace react-native-shenwang-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{cjs,js,ts,tsx}\"",
Expand All @@ -45,13 +45,13 @@
"ios",
"android"
],
"repository": "https://github.com/AgoraIO-Extensions/react-native-agora",
"repository": "https://github.com/AgoraIO-Extensions/react-native-shenwang",
"author": "HUI <[email protected]> (https://github.com/LichKing-2234)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgoraIO-Extensions/react-native-agora/issues"
"url": "https://github.com/AgoraIO-Extensions/react-native-shenwang/issues"
},
"homepage": "https://github.com/AgoraIO-Extensions/react-native-agora#readme",
"homepage": "https://github.com/AgoraIO-Extensions/react-native-shenwang#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
4 changes: 2 additions & 2 deletions react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

Pod::Spec.new do |s|
s.name = "react-native-agora"
s.name = "react-native-shenwang"
s.version = package["version"]
s.summary = package["description"]
s.homepage = package["homepage"]
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "12.4" }
s.source = { :git => "https://github.com/AgoraIO-Extensions/react-native-agora.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/AgoraIO-Extensions/react-native-shenwang.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}"

Expand Down

0 comments on commit 9e6eca0

Please sign in to comment.