We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973dcc8 commit 36a68fcCopy full SHA for 36a68fc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-one",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "One React Module for the ONE SDK for iOS and Android",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
react-native-one.podspec
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
19
20
s.dependency "React-Core"
21
- s.dependency 'Thunderhead', '9.1.0'
+ s.dependency 'Thunderhead', '10.0.1'
22
s.static_framework = true
23
s.ios.deployment_target = '9.0'
24
end
0 commit comments