Invariant Violation: The title prop of a Button must be a string code example
Example: Invariant Violation: The title prop of a Button must be a string
Just add a title prop to the Button.
i.e.
<Button
onPress={() => {
navigation.push("Screen 2, {paramA: 'Hello:' })
}}
title="Press here"
/>