UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

3 lines (2 loc) 141 B
export const SUCCESSFUL_QUERY_RESULT = { message: 'success', status: 0 }; export const FAILED_QUERY_RESULT = { message: 'fail', status: 1 };