import { Streami18n } from 'stream-chat-react-native'; /** * Start playing with streami18n instance here: * Please refer to description of this PR for details: https://github.com/GetStream/stream-chat-react-native/pull/150 */ export const streami18n = new Streami18n({ language: 'en', });