Can't find variable: createExpoClipboardService

Quick question:

I’m following this guide: Send your first message | UIKit React Native SDK | Sendbird Docs, but I’m using an expo managed project. I saw an alternative here: @sendbird/uikit-react-native | Documentation

What are the imports for createExpoClipboardService, createExpoNotificationService, and createExpoFileService? Because my simulator can’t find them as declared:

import * as ExpoClipboard from 'expo-clipboard';
import * as ExpoDocumentPicker from 'expo-document-picker';
import * as ExpoFS from 'expo-file-system';
import * as ExpoImagePicker from 'expo-image-picker';
import * as ExpoMediaLibrary from 'expo-media-library';
import * as ExpoNotifications from 'expo-notifications';
import { SendbirdUIKitContainer, useSendbirdChat, useConnection } from '@sendbird/uikit-react-native';
import AsyncStorage from '@react-native-async-storage/async-storage';

Thanks!

Hi @akore128 Welcome to Sendbird Community!

You can import createExpoClipboardService, createExpoNotificationService, and createExpoFileService from @sendbird/uikit-react-native.
Check out the Send your first message with the expo-managed project here!

1 Like