maxzinovev
maxzinovev
Is it possible to implement this functionality in the older version of the library? The new version includes many changes that are difficult to integrate into the project. Moreover, it...
I found a way to fix this issue in an older version of the library. The solution is very simple: you need to wrap the container holding the "Droppable" zones...
Yes, I tried that. Unfortunately it didn't work. I added console.log ```js React.useEffect(() => { const unsubscribe = navigation.addListener('transitionStart', () => { Keyboard.dismiss() console.log('StartAnim') }); return unsubscribe; }, [navigation]); ```...
Hi @kacperkapusciak It works! Thanks! I really hope that this will appear in the official repository.
@FilipiRafael I have not found a solution. There are even more problems that have not been solved for years, and we decided to rewrite everything on Flutter