Skip to content

Commit

Permalink
Removing unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 17, 2021
1 parent 1295ece commit 2e8aa5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AppStack = () => {
<Stack.Screen
name="QRReader"
component={QRReader}
options={{ title: 'Point Camera to the QR Code' }}
options={{ title: 'Point to the QR Code' }}
/>

<Stack.Screen
Expand Down Expand Up @@ -126,8 +126,6 @@ const AuthProvider = ({children}) => {
};

return (
//This component will be used to encapsulate the whole App,
//so all components will have access to the Context
<AuthContext.Provider value={{authData, loading, signIn, signOut}}>
{children}
</AuthContext.Provider>
Expand Down

0 comments on commit 2e8aa5b

Please sign in to comment.