Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit d834bee

Browse files
committed
Update example
1 parent 27da4b4 commit d834bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ import {
2828
StyleSheet,
2929
View,
3030
} from 'react-native';
31+
import { createAppContainer } from 'react-navigation';
3132
import {
32-
createAppContainer,
3333
createStackNavigator,
3434
StackViewTransitionConfigs,
35-
} from 'react-navigation';
35+
} from 'react-navigation-stack';
3636
import { RectButton, BorderlessButton } from 'react-native-gesture-handler';
3737
import SearchLayout from 'react-navigation-addon-search-layout';
3838
import { Ionicons } from '@expo/vector-icons';
@@ -56,7 +56,7 @@ class HomeScreen extends React.Component {
5656
render() {
5757
return (
5858
<View style={styles.container}>
59-
<Text>Hello there!</Text>
59+
<Text>Hello there!!!</Text>
6060
</View>
6161
);
6262
}

0 commit comments

Comments
 (0)