Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 8e1f478

Browse files
committed
Upgrade ios SDK version to 7.1.2
1 parent f097e27 commit 8e1f478

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

android/src/main/java/com/smooch/rnsmooch/ReactNativeSmooch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public void run(Response response) {
6363
@ReactMethod
6464
public void show() {
6565
ConversationActivity.show(getReactApplicationContext(), Intent.FLAG_ACTIVITY_NEW_TASK);
66+
// ConversationActivity.builder().withFlags(Intent.FLAG_ACTIVITY_NEW_TASK).show(getReactApplicationContext());
6667
}
6768

6869
@ReactMethod

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "react-native-smooch",
3-
"version": "1.0.2",
2+
"name": "@el173/react-native-smooch",
3+
"version": "1.0.4",
44
"description": "A React Native client for smooch.io",
55
"main": "./lib/SmoochClient.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/smooch/react-native-smooch.git"
8+
"url": "https://github.com/el173/react-native-smooch.git"
99
},
10-
"author": "Mike Gozzo",
10+
"author": "Hashith Karunarathne",
1111
"license": "MIT",
1212
"bugs": {
13-
"url": "https://github.com/smooch/react-native-smooch/issues"
13+
"url": "https://github.com/el173/react-native-smooch/issues"
1414
},
1515
"homepage": "https://smooch.io/is"
1616
}

react-native-smooch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.source = { :git => "https://github.com/smooch/react-native-smooch" }
1414
s.source_files = 'ios/**/*.{h,m}'
1515
s.platform = :ios, "8.0"
16-
s.dependency 'Smooch', '~> 6.0'
16+
s.dependency 'Smooch', '~> 7.1.2'
1717
s.dependency 'React'
1818
end

0 commit comments

Comments
 (0)