Dominic Go
e475eb4014
🛠 Refactor: Rename RNIContextMenuView Property
...
Summary: Rename `RNIContextMenuView.previewAuxiliaryViewPlacement` to `morphingPlatterViewPlacement`
2022-06-17 02:37:51 +08:00
Dominic Go
51eda9161c
⭐ ️ Impl: Aux. Preview - Will/Did Show Events
2022-06-16 21:03:29 +08:00
Dominic Go
4a3d88456f
↩️ Revert: Fix Aux. Preview - Touch Event Conflict
...
This reverts commit 447453b918 .
2022-06-15 20:06:37 +08:00
Dominic Go
447453b918
🐞 Fix: Aux. Preview - Touch Event Conflict
...
Summary: Attempts to fix the touch event propagation bug in the aux. preview.
2022-06-15 20:05:01 +08:00
Dominic Go
46beee1cc1
💫 Update: Example - Toggle SharedEnv
2022-06-15 18:16:20 +08:00
Dominic Go
8a37d31935
⚙️ Chore: Example - Run pod install
2022-06-15 17:42:44 +08:00
Dominic Go
a7e9f13056
💫 Update: Example - ContextMenuViewExample19
2022-06-15 15:03:27 +08:00
Dominic Go
5cb72f5983
💫 Update: Example - Add SharedEnv
2022-06-15 12:01:25 +08:00
Dominic Go
b463189ebf
💫 Update: Example - ContextMenuViewExample19
2022-06-15 11:26:09 +08:00
Dominic Go
c74507def2
💫 Update: Example - ContextMenuViewExample19
2022-06-14 21:04:23 +08:00
Dominic Go
0c7a91dc51
💫 Example - Add Tab Navigator
2022-06-13 02:22:54 +08:00
Dominic Go
b80a2ebff0
📦 Example - Install react-navigation Dependency
...
Description: Add package: `@react-navigation/bottom-tabs`
2022-06-13 02:22:07 +08:00
Dominic Go
77184b4f3b
⚙️ Chore: Example - Run pod install
2022-06-13 02:20:11 +08:00
Dominic Go
ee16e39a4f
⚙️ Chore: Example - Run pod install
2022-05-17 05:50:15 +08:00
Dominic Go
5e1f89e778
💄 Example - Minor Changes
2022-05-14 13:26:18 +08:00
Dominic Go
bc77f8dbe5
⭐ ️ Example - Impl. DebugControls
...
Summary: Impl. `DebugControls` card.
2022-05-14 13:25:18 +08:00
Dominic Go
d43ecad9d4
💫 Example - Update ContextMenuViewExample19
2022-05-14 04:40:00 +08:00
Dominic Go
6894819c31
🆕 Example - Add ContextMenuViewExample19
2022-05-06 05:35:04 +08:00
Dominic Go
73d558ab60
💫 WIP: Context Menu Auxiliary Preview
...
Summary:
* Fix autolayout + margin issues for aux. preview.,
* Temp. modify examples to test aux. preview.,
2022-02-09 08:05:36 +08:00
Dominic Go
f02d3dcd68
💫 WIP: Context Menu Auxiliary Preview
...
* `ContextMenuView`: Impl. initial logic for `renderAuxillaryPreview` prop.,
* `RNIContextMenuView`: Impl. initial logic for receiving/using the `renderAuxillaryPreview` prop.,
* `ContextMenuViewExample01`: Update to test `renderAuxillaryPreview` prop.
2022-02-08 13:20:46 +08:00
Dominic Go
8cd361f8f3
⚙️ Example - Run pod install
2022-02-01 23:24:40 +08:00
Dominic Go
5c9a4a2bc1
💫 Example - Update TestScreen
2022-02-01 17:15:30 +08:00
Dominic Go
7066e4fbe0
💫 Example - react-navigation Testing
...
Update App.tsx
2022-01-27 10:31:48 +08:00
Dominic Go
1bbe92fbcd
📦 Example - Install react-navigation
2022-01-27 09:53:56 +08:00
Dominic Go
2bf55f10eb
❌ Example - Remove Old JS Code
2022-01-08 06:40:26 +08:00
Dominic Go
76ebc78925
💫 Example - Update ContextMenuButtonExample02
2022-01-08 05:39:52 +08:00
Dominic Go
eeecf12062
💫 Example - Update ContextMenuButtonExample01
2022-01-08 05:39:16 +08:00
Dominic Go
55e6bc2386
💫 Example - Update ContextMenuViewExample17
2022-01-08 05:11:00 +08:00
Dominic Go
775df7d7d7
💫 Example - Update ContextMenuViewExample13
2022-01-08 04:50:28 +08:00
Dominic Go
74c06fab8d
💫 Example - Update ContextMenuViewExample11
2022-01-08 04:25:37 +08:00
Dominic Go
67f0fae829
💫 Example - Update ContextMenuViewExample05
2022-01-08 03:57:27 +08:00
Dominic Go
d92054dd05
✨ Example - Minor Changes
2022-01-08 03:45:33 +08:00
Dominic Go
1a5683c974
🧪 Try Making The Context Menu Preview Interactive
2022-01-07 01:04:39 +08:00
Dominic Go
9e9525044b
⚙️ Example - Run pod install
2022-01-02 15:02:02 +08:00
Dominic Go
23c3352758
⚙️ Example - Run pod install
2022-01-02 06:31:56 +08:00
Dominic Go
6c11234246
💫 Example - Updated Example Components
...
Summary: Added handlers to the `onPressMenuItem` event props.
2022-01-02 00:59:16 +08:00
Dominic Go
e5f8a84989
🆕 Examples - Added BasicUsageExample01
2022-01-02 00:24:00 +08:00
Dominic Go
6344ffdeba
💫 Example - Updated Example/Test Components
...
Summary: Updated components from `example/src/examples` to use the new API's.
2021-12-25 18:06:21 +08:00
Dominic Go
6efb794588
💫 Example - Replace String "ContextMenuViewSimpleExample"
...
Summary: Replace `ContextMenuViewSimpleExample` string with `ContextMenuViewExample` in examples.
2021-12-25 16:30:24 +08:00
Dominic Go
2fc541fdb2
⚙️ Example - Run pod install
2021-11-30 07:51:35 +08:00
Dominic Go
6b606da0fd
⭐ ️ Impl. ContextMenuView.isContextMenuEnabled
2021-11-30 07:45:18 +08:00
Dominic Go
ce8dbacc3c
💫 Example - iOS Project: Enable mac-catalyst
...
Update IosContextMenuExample.xcscheme
2021-11-27 17:14:25 +08:00
Dominic Go
60326be57c
⚙️ Example - Run pod install
2021-11-27 09:10:21 +08:00
Dominic Go
c744d4731f
💫 Example - Update Podfile
2021-11-27 09:10:21 +08:00
Dominic Go
231f5da51f
💫 Example - Update iOS Project
2021-11-27 06:45:21 +08:00
Dominic Go
78a7e518f1
💫 Example - Rename index.js to index.ts
2021-11-27 06:05:00 +08:00
Dominic Go
f6003731a4
⚙️ Example - Run pod install
2021-11-26 16:57:04 +08:00
Dominic Go
f8c74ef131
💫 Example - Update ContextMenuViewExample18
2021-11-26 10:39:38 +08:00
Dominic Go
a2457e4d07
💫 Example - Update ContextMenuCardButton
2021-11-26 10:04:28 +08:00
Dominic Go
827f0bb3b0
⭐ ️ Example - Add ContextMenuButtonExample02
2021-11-26 09:14:21 +08:00