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';