diff --git a/react/features/toolbox/components/native/CustomOptionButton.tsx b/react/features/toolbox/components/native/CustomOptionButton.tsx index d0c3e2deb5..ad1801b8f4 100644 --- a/react/features/toolbox/components/native/CustomOptionButton.tsx +++ b/react/features/toolbox/components/native/CustomOptionButton.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Image, View, ViewStyle } from 'react-native'; -import { SvgCssUri } from 'react-native-svg'; +import { SvgCssUri } from 'react-native-svg/css'; import { connect } from 'react-redux'; import { translate } from '../../../base/i18n/functions';