Skip to content

Commit

Permalink
- fixing pod installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Mar 31, 2019
1 parent b34780e commit 2c7bd57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'RNAppTour' do
# Pods for RNAppTour
use_frameworks!

pod 'MaterialShowcase', '~> 0.6.4'
pod 'MaterialShowcase', :git => 'https://github.com/prscX/material-showcase-ios', :branch => 'swift-version-fix'

post_install do |installer|
installer.pods_project.targets.each do |target|
Expand Down
2 changes: 1 addition & 1 deletion ios/RNAppTour.m
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ - (MaterialShowcase *)generateMaterialShowcase:(NSNumber *)view props:(NSDiction

if ([props objectForKey:@"cancelable"] != nil) {
BOOL *cancelable = [[props objectForKey:@"cancelable"] boolValue];
[materialShowcase setIsTapRecognizerForTagretView: !cancelable];
[materialShowcase setIsTapRecognizerForTargetView: !cancelable];
}

// Text
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-tour",
"version": "0.0.18",
"version": "0.0.19",
"description": "React Native: Native App Tour Library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c7bd57

Please sign in to comment.