We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1664f9 commit 4e21fa1Copy full SHA for 4e21fa1
README.md
@@ -6,7 +6,7 @@ react-native-webp adds support for WebP images for react-native components.
6
2. ```rnpm link``` (or manually add module to your project)
7
3. Open your project in xcode
8
4. Right click your project root and select "Add Files to ..."
9
-5. Select "WebP.framework" from node_modules/react-native-webp/ and click "OK"
+5. Select "WebP.framework" and "WebPDemux.framework" from node_modules/react-native-webp/ and click "OK"
10
6. Select your Target
11
7. Select "Build Settings"
12
8. Add "$(SRCROOT)/../node_modules/react-native-webp" to the "Framework Search Path"
0 commit comments