Nishmitha
Nishmitha
#### Issue Description 1. Unable to scroll to the top of the chat when the keyboard is open. 2. The chat doesn’t automatically scroll to the bottom when a new...
import RNSInfo from 'react-native-sensitive-info'; `export const fetchDataInfo = async (storageData: string) => { try { const response = await RNSInfo.getItem(storageData, SENSITIVE_INFO_OPTIONS); if (response && response !== null) { return JSON.parse(response);...
#### Issue Description On response, the message is at the bottom of the response not at the top #### Steps to Reproduce / Code Snippets ``` `const ChatComponent = ()...
``` export const SpeechRecognition = (props: any) => { useEffect(() => { Voice.onSpeechStart = startListening; Voice.onSpeechEnd = stopListening; Voice.onSpeechResults = onSpeechResults; Voice.onSpeechError = (err) => console.error('err in chatai component', err);...
I'm getting the below issue. **xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes...
Does the Dropdown component currently support the allowFontScaling prop for selected text and placeholder? If not, is there a recommended workaround ?