Skip to content

Commit

Permalink
fix(iOS): Xcode 12 compatibility (#297)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: react-native peer dependency bumped to >= 0.60.2
  • Loading branch information
philly25 committed Feb 23, 2021
1 parent 4dea24c commit cc4d4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"react-native": ">=0.40.0"
"react-native": ">= 0.60.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion react-native-voice.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/react-native-voice/voice.git" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit cc4d4ed

Please sign in to comment.