stream-chat-react-native-core
Advanced tools
Comparing version 6.1.2-beta.1 to 6.1.2-beta.2
@@ -63,3 +63,2 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
}; | ||
if (!(0, _native.isAudioRecorderAvailable)()) return null; | ||
return (0, _jsxRuntime.jsx)(_reactNative.Pressable, { | ||
@@ -66,0 +65,0 @@ delayLongPress: asyncMessagesMinimumPressDuration, |
@@ -496,3 +496,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var isSendingButtonVisible = function isSendingButtonVisible() { | ||
if (audioRecordingEnabled) { | ||
if (audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)()) { | ||
if (recording) { | ||
@@ -680,3 +680,3 @@ return false; | ||
}) | ||
})), audioRecordingEnabled && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, { | ||
})), audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)() && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, { | ||
gesture: panGestureMic, | ||
@@ -683,0 +683,0 @@ children: (0, _jsxRuntime.jsx)(_reactNativeReanimated["default"].View, { |
{ | ||
"version": "6.1.2-beta.1" | ||
"version": "6.1.2-beta.2" | ||
} |
@@ -63,3 +63,2 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
}; | ||
if (!(0, _native.isAudioRecorderAvailable)()) return null; | ||
return (0, _jsxRuntime.jsx)(_reactNative.Pressable, { | ||
@@ -66,0 +65,0 @@ delayLongPress: asyncMessagesMinimumPressDuration, |
@@ -496,3 +496,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var isSendingButtonVisible = function isSendingButtonVisible() { | ||
if (audioRecordingEnabled) { | ||
if (audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)()) { | ||
if (recording) { | ||
@@ -680,3 +680,3 @@ return false; | ||
}) | ||
})), audioRecordingEnabled && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, { | ||
})), audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)() && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, { | ||
gesture: panGestureMic, | ||
@@ -683,0 +683,0 @@ children: (0, _jsxRuntime.jsx)(_reactNativeReanimated["default"].View, { |
{ | ||
"version": "6.1.2-beta.1" | ||
"version": "6.1.2-beta.2" | ||
} |
{ | ||
"name": "stream-chat-react-native-core", | ||
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications", | ||
"version": "6.1.2-beta.1", | ||
"version": "6.1.2-beta.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "company": "Stream.io Inc", |
{ | ||
"version": "6.1.2-beta.1" | ||
"version": "6.1.2-beta.2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13358284
203213