Skip to content

Commit dc02bda

Browse files
committed
cocoapods install instructions
1 parent 9c0a0ab commit dc02bda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ or
7777
3. In XCode, in the project navigator, select your project. Add `libReactNativeExceptionHandler.a` to your project's `Build Phases``Link Binary With Libraries`
7878
4. Run your project (`Cmd+R`)<
7979

80+
##### Using Cocoapods
81+
1. add `pod 'ReactNativeExceptionHandler', :podspec => '../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec'` to your Podfile
82+
2. run `pod install`
83+
8084
#### Android
8185

8286
1. Open up `android/app/src/main/java/[...]/MainApplication.java`

0 commit comments

Comments
 (0)