Wojciech Król
Wojciech Król
I encountered the same problem after upgrading from Expo 48 to 49, and from Reanimated 2.14 to 3.3. A temporary solution to my problem is using `useSafeAreaInsets` from `react-native-safe-area-context` and...
@NiccoloCase Instead of: ```javascript function RootComponent({children}) { return {children}; } ``` use ```javascript function RootComponent({children}) { const insets = useSafeAreaInsets(); return {children}; }
In the last few days, I made a few corrections to the extension. I think it's ready for review now :)
Hi @pernielsentikaer, Thank you for reviewing my Pull Request. The significant difference between the extensions you mentioned is the configuration and flexibility in operation. Alice AI allows for creating custom...
The current extension operates on completely different assumptions, and improving it would necessitate a brand-new codebase, essentially mirroring what I am proposing. Furthermore, I am hesitant to disrupt the creator's...
Hello @pernielsentikaer, Whoops, I forgot that error handling in communication would be useful :) Thank you. The fix has already been implemented.
That's a good idea 👍🏻
@pernielsentikaer added colors and different icons to the list, and I made some improvements to the initial version of the extension. I also included a "favorites" feature, which I had...
> That's awesome. Would it make sense to add the possibility to sort favorites while we're in the initial state too? What do you mean? All actions are sorted by...
@pernielsentikaer, thank you for the suggestions and cooperation!