Skip to content

Commit

Permalink
expo-constants example
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Aug 27, 2022
1 parent edd3280 commit 34f91f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
useColorScheme,
View,
} from 'react-native';
import Constants from 'expo-constants';

import {
Colors,
Expand Down Expand Up @@ -75,6 +76,7 @@ const App = () => {
style={{
backgroundColor: isDarkMode ? Colors.black : Colors.white,
}}>
<Section title="Expo">{Constants.sessionId}</Section>
<Section title="Step One">
Edit <Text style={styles.highlight}>App.tsx</Text> to change this
screen and then come back to see your edits.
Expand Down

0 comments on commit 34f91f9

Please sign in to comment.