stream-chat-react-native-core 5.6.2-beta.1 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -501,6 +501,7 @@ export type Theme = {
501
501
  statusContainer: ViewStyle;
502
502
  timeIcon: IconProps;
503
503
  };
504
+ targetedMessageContainer: ViewStyle;
504
505
  targetedMessageUnderlay: ViewStyle;
505
506
  videoThumbnail: {
506
507
  container: ViewStyle;
@@ -1042,6 +1043,7 @@ export const defaultTheme: Theme = {
1042
1043
  width: DEFAULT_STATUS_ICON_SIZE,
1043
1044
  },
1044
1045
  },
1046
+ targetedMessageContainer: {},
1045
1047
  targetedMessageUnderlay: {},
1046
1048
  videoThumbnail: {
1047
1049
  container: {},
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.6.2-beta.1"
2
+ "version": "5.7.0"
3
3
  }