Skip to content

Commit

Permalink
Merge pull request #19 from AbdullahQureshi1080/build-issue
Browse files Browse the repository at this point in the history
fix(example/): removed useEffect
  • Loading branch information
AbdullahQureshi1080 authored Jan 8, 2023
2 parents d76ceac + abdc891 commit b41e4aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ const App = () => {
}, 2000);
}, []);

useEffect(() => {
console.log('Values Updated!', values);
}, [values]);

return (
<SafeAreaView style={{backgroundColor: '#f8f8f8', flex: 1}}>
<StatusBar />
Expand Down

0 comments on commit b41e4aa

Please sign in to comment.