From b5abd076fe0345df7db7da5b6b4c501ebabe26b9 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:08:37 +0100 Subject: [PATCH] Remove unused imports in index.react_native.ts Removed unused imports for fast-text-encoding and react-native-get-random-values. --- lib/index.react_native.ts | 3 --- 1 file changed, 3 deletions(-) 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';