Skip to content

Commit 6080a38

Browse files
committed
fix: xcode 12 compatibility
1 parent 5004ee9 commit 6080a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-airplay-cast",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airplay-cast.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919

20-
s.dependency "React"
20+
s.dependency "React-Core"
2121
end

0 commit comments

Comments
 (0)