Skip to content

Commit

Permalink
Fix typo in CocoaPods instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb authored Nov 4, 2016
1 parent 1f4d86b commit abeb8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/install-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project, you can also add the react-native-mapbox-gl project to your Podfile.

1. Run `npm install --save react-native-mapbox-gl`
2. In your `podfile`, make sure that `platform :ios, '8.0'` is set to `8.0`
3. Add `pod 'RCTMapboxGL', :path => 'node_modules/react-native-mapbox-gl/ios'`
3. Add `pod 'RCTMapboxGL', :path => '../node_modules/react-native-mapbox-gl/ios'`
to your `Podfile` file.
(The path depends on your Podfile location.)
4. Open your Xcode project and ensure that the "Build Settings" parameter
Expand Down

0 comments on commit abeb8b6

Please sign in to comment.