Skip to content

Commit 2b83baf

Browse files
committed
Improve examples
1 parent b589cf0 commit 2b83baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/reactnative/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import flagsmith from 'react-native-flagsmith';
33
import {FlagsmithProvider} from 'flagsmith/react';
44
import AsyncStorage from '@react-native-async-storage/async-storage';
5-
import ExampleComponent from './ExampleComponent';
5+
import AppComponent from './ExampleComponent';
66

77

88
export default function () {
@@ -15,7 +15,7 @@ export default function () {
1515
AsyncStorage: AsyncStorage,
1616
}}
1717
flagsmith={flagsmith}>
18-
<ExampleComponent />
18+
<AppComponent />
1919
</FlagsmithProvider>
2020
);
2121
}

0 commit comments

Comments
 (0)