You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ A small component for using context menu's on iOS.
8
8
9
9
## 🚧⚠️ Notices ⚠️🚧
10
10
11
-
📝 **Version `2.x` Notice**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
12
-
* If you really need a fix for the particular issue/bug, please create a repro and add a test case in the [examples](example/src/examples) directory via a pull request in the main branch; i will investigate the bug, and backport the fix from `3.x` to `2.x` if the changes are relatively simple.
13
-
* I apologize but i do not have the resources to maintain multiple versions of this library; all issues must be reproducible from `3.x` first before i can backport the changes to an older version of this library.
14
-
* Please understand that a PR for the repro is crucial; i cannot work on the fix if i don't have a repro to start on; words describing the issue is not enough due to the language barrier. Once you've created a test case, please tag me on the PR so i get notified.
15
-
***Summary**: I will fix the bugs you encounter, however i cannot work on fixing them until a repro/test case is created in the examples directory. Thank you for understanding.
11
+
📝 **Hiatus Notice**: Unfortunately, i'm no longer doing OSS for the time being, so this library is in maintenance mode (if you're interested in sponsoring my work or picking up the project, please don't hesitate to [contact me](#misc-and-contact)).
16
12
17
13
<br>
18
14
19
-
📝 **Documentation Notice**: See [`TODO.md`](docs/TODO.md) for progress.
15
+
📝 **Regarding Version `2.x`**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
16
+
17
+
<br>
18
+
19
+
📝 **Regarding Documentation**: See [`TODO.md`](docs/TODO.md) for progress.
20
20
- The documentation is incomplete (some parts/sections are marked as **TBA** i.e. "to be added").
21
21
- Some of the links in the documentation are broken (i.e. the URL points to `PLACE_HOLDER_LINK`).
22
22
- Some of the gifs/images are old, or broken.
@@ -7318,6 +7318,8 @@ export function ContextMenuButtonExample02(props) {
Copy file name to clipboardExpand all lines: docs/README-01-Pre.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ A small component for using context menu's on iOS.
8
8
9
9
## 🚧⚠️ Notices ⚠️🚧
10
10
11
-
📝 **Version `2.x` Notice**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
12
-
* If you really need a fix for the particular issue/bug, please create a repro and add a test case in the [examples](example/src/examples) directory via a pull request in the main branch; i will investigate the bug, and backport the fix from `3.x` to `2.x` if the changes are relatively simple.
13
-
* I apologize but i do not have the resources to maintain multiple versions of this library; all issues must be reproducible from `3.x` first before i can backport the changes to an older version of this library.
14
-
* Please understand that a PR for the repro is crucial; i cannot work on the fix if i don't have a repro to start on; words describing the issue is not enough due to the language barrier. Once you've created a test case, please tag me on the PR so i get notified.
15
-
***Summary**: I will fix the bugs you encounter, however i cannot work on fixing them until a repro/test case is created in the examples directory. Thank you for understanding.
11
+
📝 **Hiatus Notice**: Unfortunately, i'm no longer doing OSS for the time being, so this library is in maintenance mode (if you're interested in sponsoring my work or picking up the project, please don't hesitate to [contact me](#misc-and-contact)).
16
12
17
13
<br>
18
14
19
-
📝 **Documentation Notice**: See [`TODO.md`](docs/TODO.md) for progress.
15
+
📝 **Regarding Version `2.x`**: Hello, please note that versions `2.x` and below of this library are no longer supported; please do not submit an issue if the version you are using is below `3.x`.
16
+
17
+
<br>
18
+
19
+
📝 **Regarding Documentation**: See [`TODO.md`](docs/TODO.md) for progress.
20
20
- The documentation is incomplete (some parts/sections are marked as **TBA** i.e. "to be added").
21
21
- Some of the links in the documentation are broken (i.e. the URL points to `PLACE_HOLDER_LINK`).
0 commit comments