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
GiftedChat.keyboardShouldPersistTaps should be "never" | "always" (not boolean) MessageText.parsePatterns was parsePatterns?(linkStyle: TextStyle): any, now parsePatterns?(linkStyle: TextStyle): []
The text was updated successfully, but these errors were encountered:
This commit
6921592
broke some types that no longer TS lint for me:
GiftedChat.keyboardShouldPersistTaps
should be "never" | "always" (not boolean)MessageText.parsePatterns
wasparsePatterns?(linkStyle: TextStyle): any
, nowparsePatterns?(linkStyle: TextStyle): []
The text was updated successfully, but these errors were encountered: