From f4ffbe4400c9b72d0e70da9b85ea171b6b505d4f Mon Sep 17 00:00:00 2001 From: Vanessa ELDOH Date: Fri, 7 Nov 2025 14:12:08 +0100 Subject: [PATCH] fix: update flagsmith import paths to use correct package --- reactnative/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactnative/App.js b/reactnative/App.js index e6a3de3..e24ae4c 100644 --- a/reactnative/App.js +++ b/reactnative/App.js @@ -1,6 +1,6 @@ import React from 'react'; -import flagsmith from 'react-native-flagsmith'; -import {FlagsmithProvider} from 'react-native-flagsmith/react'; +import flagsmith from 'flagsmith'; +import {FlagsmithProvider} from 'flagsmith/react'; import AsyncStorage from '@react-native-async-storage/async-storage'; import AppComponent from './ExampleComponent';