Commit Graph

29 Commits

Author SHA1 Message Date
Vojtech Novak
fef5d3401b
feat: bump example to 0.81, fix compilation errors (#1156) 2025-09-10 08:59:19 +09:00
Jesse Katsumata
7b5f75d8ab
[chore] migrate from eslint/prettier to biome (#955)
* feat: migrate to biome

* doc: fix contributing

* fix: type

* resolve conflict and format

* fix: remove built files

* fix: remove built files

* fix: remove built files

* fix: format"
2024-11-08 10:14:05 +09:00
Batuhan Öztürk
205c4bb9f2
feat(android): add show method to MenuView component (#954)
* feat(android): add show method to MenuView component

* refactor(types): re-export MenuComponentRef type

* docs: update README with ref usage example
2024-10-31 11:49:26 +09:00
Mateo Guzmán
3231bed6f1
feat(props): adding test id and library mock example (#931)
* feat(props): adding test id

* docs(readme): adding mock example
2024-10-22 11:21:21 +09:00
Sergei Butko
ba07977e41
Fix iOS building on CI (#806)
* Update lock files

* Fix iOS source dir path

* Remove redundant lock file

* Remove incorrect path require

* Update react-native-test-app to fix embed-manifest failing to find app.json

* Update CI iOS building script

* Update CI iOS building script

* Update CI iOS building script

* Revert CI changes
2024-05-11 18:20:10 +09:00
Saad Najmi
7d5d1ebfc0
fix: repo scripts launch test app (#765) 2024-04-18 13:40:41 +09:00
Saad Najmi
013bb2255f
feat: Add visionOS support (#748)
* Update to React Native 0.73

* Remove extra package.json

* Use yarn 4

* yarn dedupe

* Add visionOS support

* Apply suggestions from code review

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>

* Update metro config

* udpate lock

---------

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2024-04-14 10:57:25 +09:00
Jakov Glavina
4c18d4b05e
replace metro-react-native-babel-preset with @react-native/babel-preset (#745) 2024-04-11 18:47:02 +09:00
Lorenzo Sciandra
4fa42b8dde
chore(testapp): bump RNTA to latest 3.x (#712)
bump RNTA to 3.0

(forgot to update the lock of the example)

update project to 3

cleanup

tweak
2024-02-21 13:59:45 +09:00
Jesse Youngblood
962f9fd7c4
Fix missing subtitles on iOS (#620)
* fix: Display subtitle on actions in iOS 15+

As of iOS 15, `discoverabilityTitle` is no longer displayed as the subtitle UIActions. Subtitles are not visible to iOS users of this package. This update brings them back!

* chore: Update example lockfile
2024-01-09 13:25:47 +09:00
Jesse Katsumata
fdd6a0b741
fix: ci (#663)
* fix: ci

* fix: use bob

* fix: script

* fix: script
2024-01-09 13:25:02 +09:00
Jesse Katsumata
2a0f1767d2
fix: lint (#585) 2023-09-17 15:57:26 +09:00
Amos Tan
075e959898
feat(iOS): Allow menu to override system theme (#584)
* feat: switch to `themeVariant`

* feat: Port `themeVariant` to `ActionSheet`

* refactor: lint

* docs: update README

* feat: Update example app to demo `themeVariant`

* fix: incorrect name
2023-09-16 13:26:05 +09:00
Amos Tan
76ddefa0b4
chore: Update example to react-native 0.72 (#583) 2023-09-15 14:52:16 +09:00
Jesse Katsumata
ad558f8e55
Fix Lint Error and Android Build (#175) 2021-08-21 22:29:33 +09:00
Saad Najmi
22bc25bef3
refactor: Use react-native-test-app to manage our test app (#142) 2021-08-21 01:31:41 +09:00
Mateusz Mędrek
b4da9811b8
feat(#90): long press support (#96) 2021-07-03 09:52:50 +09:00
Saad Najmi
5e04ea1686
Fix: iOS test app compiles with Xcode 12.5 (#138) 2021-06-24 13:52:48 +09:00
Mateusz Mędrek
878a2a388c
feat(#80): sub menus functionality (#81) 2021-04-24 23:00:27 +09:00
Mateusz Mędrek
fc78b3bdcb
feat(#57): android missing action properties, ios image color (#59)
- android action attributes (destructive, hidden, disabled)
- android action title color
- android action image and image color
- ios image color
- readme update with new props available
2021-03-25 13:14:58 +09:00
Mateusz Mędrek
31a81835bc
Feat/android (#53) 2021-03-23 19:15:48 +09:00
Jesse Katsumata
81aeed6fed
chore: fix example package name (#3) 2020-11-10 00:15:27 +09:00
Jesse Katsumata
0d66a66d90
fix: Podspec (#1) 2020-11-09 03:02:03 +09:00
Jesse Katsumata
9a2ab1fe80 docs: add README 2020-11-09 01:55:06 +09:00
Jesse Katsumata
c3abdfe4f1 feat: add basic functions of UIMenu 2020-11-09 01:37:12 +09:00
Jesse Katsumata
cb2938c0ba feat: allow adding one action from js to swift 2020-11-08 16:12:32 +09:00
Jesse Katsumata
901838d59b feat: add fallback action sheet view for iOS 13 and below 2020-11-06 00:45:48 +09:00
Jesse Katsumata
ffcece258e Feat: add Menu Module 2020-11-03 23:20:26 +09:00
Jesse Katsumata
f459355cb6 chore: initial commit 2020-11-03 07:23:20 +09:00