You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im facing the problem when i dont want to show 'previosu' and 'next' button in the calendar header for month change, im still triggering the TouchableOpacity press even tho i have forwarded in nextComponent null value or empty view
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Im facing the problem when i dont want to show 'previosu' and 'next' button in the calendar header for month change, im still triggering the TouchableOpacity press even tho i have forwarded in nextComponent null value or empty view
nextComponent={() => <></>}
nextComponent={() => null}
nextComponent={null}
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: