remove unecessary rule

This commit is contained in:
Arnaud Vergnet 2021-05-10 23:38:52 +02:00
parent 27f7a079b4
commit 3cb6ddd7f9

View file

@ -75,7 +75,6 @@ function GroupSelectionScreen() {
? { marginHorizontal: 0, width: '70%' }
: { marginHorizontal: 0, right: 50, left: 50 },
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [navigation]);
const getSearchBar = () => {