This repository was archived by the owner on Nov 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
android/src/main/java/com/smooch/rnsmooch Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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'
1818end
You can’t perform that action at this time.
0 commit comments