diff --git a/README.md b/README.md index 5f037f48..6a2e2f27 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Please note that you **still need to manually configure** a couple files even wh 1. Add `node_modules/react-native-orientation/iOS/RCTOrientation.xcodeproj` to your xcode project, usually under the `Libraries` group 2. Add `libRCTOrientation.a` (from `Products` under `RCTOrientation.xcodeproj`) to build target's `Linked Frameworks and Libraries` list -3. Add `$(SRCROOT)/node_modules/react-native-orientation/iOS/RCTOrientation/` to `Project Name` -> `Build Settings` -> `Header Search Paths` +3. Add `$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/` to `Project Name` -> `Build Settings` -> `Header Search Paths` **Android**