Skip to content

Commit

Permalink
[templates] Minor fixes to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jun 24, 2020
1 parent 4c712bd commit a5ef46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/expo-template-bare-minimum/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StyleSheet, Text, View } from 'react-native';
export default function App() {
return (
<View style={styles.container}>
<Text>Open up App.tsx to start working on your app!</Text>
<Text>Open up App.js to start working on your app!</Text>
<StatusBar style="auto" />
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-safe-area-context": "3.0.2",
"react-native-screens": "~2.8.0",
"react-native-screens": "~2.9.0",
"react-native-web": "~0.11.7"
},
"devDependencies": {
Expand Down

0 comments on commit a5ef46f

Please sign in to comment.