fix: fix false warning due to change in Object.assign in metro preset

#8584
This commit is contained in:
Satyajit Sahoo
2020-07-22 03:06:55 +02:00
parent 7c2b28ae1e
commit 5e358b3aad
4 changed files with 20 additions and 7 deletions

View File

@@ -82,7 +82,6 @@ const ArticleScreen: CompatScreenType<StackNavigationProp<
NestedStackParams,
'Article'
>> = ({ navigation }) => {
navigation.dangerouslyGetParent();
return (
<ScrollView>
<View style={styles.buttons}>