diff --git a/lib/index.react_native.ts b/lib/index.react_native.ts index 6914a5f97..b47ade170 100644 --- a/lib/index.react_native.ts +++ b/lib/index.react_native.ts @@ -13,9 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import 'fast-text-encoding'; -import 'react-native-get-random-values'; - import { Client, Config } from './shared_types'; import { getOptimizelyInstance, OptimizelyFactoryConfig } from './client_factory'; import { REACT_NATIVE_JS_CLIENT_ENGINE } from './utils/enums';