From 20ab49cd14bb4d406a22bc8a9ce06c7b0c22ecf6 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Tue, 15 Dec 2020 22:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20README:=20Minor=20Chan?= =?UTF-8?q?ges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index de78a33..422470f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ A react native component to use [`UIMenu`](https://developer.apple.com/documenta
## 1. Installation +
+ Show/Hide Section + ```sh # install via NPM @@ -139,9 +142,14 @@ Then try following these steps: 3. It should now look something similar to this: `pod 'React-Core', :path => '../node_modules/react-native/', :modular_headers => true` 4. Try running `pod install` again. +
+
## 2. Usage +
+ Show/Hide Section + ### 2.1 `ContextMenuView` Usage Please check out the [examples section](#41-contextmenuview-examples) or the [examples directory](https://github.com/dominicstop/react-native-ios-context-menu/tree/master/example/src/components/ContextMenuView) for more on how to use it. * See [Example 1](#411-contextmenuview-simple-example-1) section for the basic `menuConfig` configuration. @@ -220,6 +228,8 @@ import { ContextMenuButton } from "react-native-ios-context-menu"; ``` +
+
## 3. Documentation