Commit Graph

153 Commits

Author SHA1 Message Date
Kyle Fang
2fb301fa31 fix: mark onPress as optional 2021-03-29 10:26:36 +08:00
Enes Ozturk
a46822b1b1 docs: update preview video 2021-03-09 22:09:14 +03:00
Enes Ozturk
e690c94ad4 chore: update preveiw in readme 2021-03-09 22:06:20 +03:00
Enes Ozturk
f7b9b3612d chore: update issue templates 2021-03-09 21:56:27 +03:00
Enes Ozturk
1a933cd9e6 chore: add preview to readme 2021-03-07 20:33:01 +03:00
Enes
35228738bf chore: update issue templates 2021-03-05 20:39:48 +03:00
Enes Ozturk
1c88f06203 chore: update issue templates 2021-03-05 20:37:29 +03:00
Enes Ozturk
d777fc7346 Merge branch 'develop' into main 2021-03-05 18:29:33 +03:00
Enes Ozturk
fb10a487be docs: add preview video and update example doc 2021-03-05 18:25:58 +03:00
Enes Ozturk
fa73847f09 docs: add badges and preview image 2021-03-05 14:23:57 +03:00
Enes Ozturk
c6fb478b0e chore: release v0.0.8 v0.0.8 2021-03-05 11:57:17 +03:00
Enes Ozturk
715e70f9bb chore: update destructive text colors 2021-03-05 11:56:00 +03:00
Enes Ozturk
39c53bb597 docs: update footer and docs 2021-03-05 11:01:21 +03:00
Enes Ozturk
03da41abd2 docs: update website with example usages and readme 2021-03-05 10:40:54 +03:00
Enes Ozturk
50a5e5d37d chore: release v0.0.7 v0.0.7 2021-03-03 21:28:41 +03:00
Enes Ozturk
03917471ab chore: update background color configs for platforms 2021-03-03 21:23:56 +03:00
Enes Ozturk
c4c386b1d7 chore: enable icon rendering with seperator item 2021-03-03 21:23:11 +03:00
Enes Ozturk
c17327d51e chore: consider font scale for menu item text 2021-03-03 21:22:10 +03:00
Enes Ozturk
928c5c82b7 chore: update playground example 2021-03-03 21:20:28 +03:00
Enes Ozturk
415dde1c32 chore: release v0.0.6 v0.0.6 2021-03-03 16:24:18 +03:00
Enes Ozturk
26137be814 chore: update changelog template 2021-03-03 15:59:40 +03:00
Enes Ozturk
8c4da07b5b chore: update changelog template 2021-03-03 15:50:55 +03:00
Enes Ozturk
ce2e099c20 chore: add seperator field and confs for menu item 2021-03-03 15:26:00 +03:00
Enes Ozturk
1f5c32c2ee chore: upgrade portal package 2021-03-03 14:46:55 +03:00
Enes Ozturk
979d151147 docs: update menu list examples 2021-03-03 10:19:43 +03:00
Enes Ozturk
61212efb9e chore: update menu list props and comps 2021-03-03 10:18:40 +03:00
Enes Ozturk
ab7870853d chore: set backdrop on close handler tolerance 2021-03-01 19:57:53 +03:00
Enes Ozturk
5956827305 fix: current and prev list comparisons of menu lists 2021-03-01 19:13:51 +03:00
Enes Ozturk
18c5db23e9 chore: update example app 2021-02-26 23:29:11 +03:00
Enes Ozturk
fc32eaa5a9 chore: render icon in menu item 2021-02-26 23:28:23 +03:00
Enes Ozturk
6fbf954d26 chore: release v0.0.5 v0.0.5 2021-02-26 14:46:13 +03:00
Enes Ozturk
f3eac2e8b5 chore: update changelog templates 2021-02-26 14:45:32 +03:00
Enes Ozturk
01cb182b39 fix: types source in package json, update version 2021-02-26 13:57:11 +03:00
Enes Ozturk
adfcc23d9e chore: update change log tepmlate 2021-02-26 13:40:05 +03:00
Enes Ozturk
70ea7a4dc1 chore: update index file extension 2021-02-26 13:37:39 +03:00
Enes Ozturk
a1bfe66ace chore: update type names and exports 2021-02-26 13:30:04 +03:00
Enes Ozturk
e50d650909 chore: add changelog 2021-02-26 13:02:36 +03:00
Enes Ozturk
0f67e72311 chore: downgrade gesture handler to 1.8 2021-02-26 13:02:14 +03:00
Enes Ozturk
def76cb86a chore: export types 2021-02-26 13:01:36 +03:00
Enes Ozturk
5614a9c3bb chore: release v0.0.3 v0.0.3 2021-02-25 17:25:47 +03:00
Enes Ozturk
65cae2a4c1 fix: update change-log templates 2021-02-25 16:44:05 +03:00
Enes Ozturk
0602ccbf2b chore: add onPress handler to menu item 2021-02-25 16:33:23 +03:00
Enes Ozturk
51d0828b73 chore: update backdrop gesture handler state 2021-02-25 16:33:06 +03:00
Enes Ozturk
5e662931e5 chore: update backdrop anim conf and gesture handler state 2021-02-25 16:28:36 +03:00
Enes
78ed74093e experimental/shared menu (#1)
* chore: move menuprops to internal context and animate menu 🚀

* fix: menu position and transform calculations

* chore: seperate MenuList as comp, try updating menu list if necessary

* fix: update deep equaly check method

* fix: create a hook to add menu list objecta an uid

* fix: calculation fix for bottom anchor position

* chore: remove list hook, update deep checker function

* fix: update type export and fix errors

* fix: remove type export in menu comp index file

* fix: menu item props import in hold item component
2021-02-25 16:24:32 +03:00
Enes Ozturk
57c657e469 chore: update blurview as expo-blur 2021-02-21 22:21:09 +03:00
Enes Ozturk
21321edc3a fix: update pre-commit hook 2021-02-21 19:01:08 +03:00
Enes Ozturk
3dcf4cfe3d chore: add commitlint and husky configs 2021-02-21 19:00:12 +03:00
Enes Ozturk
2c2afe4507 Add release-it configurations 2021-02-21 18:28:09 +03:00
Enes Ozturk
fc612b387f Update package and yarn lock 2021-02-21 15:18:51 +03:00