We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b589cf0 commit 2b83bafCopy full SHA for 2b83baf
examples/reactnative/App.js
@@ -2,7 +2,7 @@ import React from 'react';
2
import flagsmith from 'react-native-flagsmith';
3
import {FlagsmithProvider} from 'flagsmith/react';
4
import AsyncStorage from '@react-native-async-storage/async-storage';
5
-import ExampleComponent from './ExampleComponent';
+import AppComponent from './ExampleComponent';
6
7
8
export default function () {
@@ -15,7 +15,7 @@ export default function () {
15
AsyncStorage: AsyncStorage,
16
}}
17
flagsmith={flagsmith}>
18
- <ExampleComponent />
+ <AppComponent />
19
</FlagsmithProvider>
20
);
21
}
0 commit comments