elmcapp

Results 35 comments of elmcapp

I was able to get macCatalyst running. I had to update my nodejs version to version 18 then I had to go to the pod file and change ````hermes_enabled =>...

Are there any options for customizing the menu. I saw an example how to do in swift but currently React Native is in objective-c I was hoping we could edit...

I only have this issue with Android. If device is in portrait and I rotate it to landscape and quickly back to portrait the width and height numbers returns swap....

I find it too the need to allow the initialData to be changed. My case I fetch data from api and need to pass that data to the useSimpleTree hook....

Could you also add a method to set the data at a later time with the hook ```const [data, controllers] = useSimpleTree(treeData)``` instead of using ```memo``` we could use the...