From c0c11d13a32508b8d58429ee352c8e793ec7a9a2 Mon Sep 17 00:00:00 2001 From: Jeungmin Oh Date: Wed, 14 Nov 2018 16:34:44 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f8cea2..3d2d2425 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you didn't use Cocoapods to integrate the Facebook SDK, you'll need to manual Add the package to your project using your favorite package manager ```bash -$ yarn install react-native-fbads +$ yarn add react-native-fbads ``` Link the native dependencies @@ -55,6 +55,8 @@ Link the native dependencies $ react-native link react-native-fbads ``` +If you have more than one Targets on your Xcode project, you might link some of them manually by dragging `Libraries/ReactNativeAdsFacebook.xcodeproj/Products/libReactNativeAdsFacebook.a` to 'Build Phases' -> 'Link Binary With Libraries'. + ### 4. Get a Placement ID Follow [Facebook's instructions](https://www.facebook.com/help/publisher/1195459597167215) to create placement IDs for your ads.