When i give a function to my onPress property, it doesn't executes the function
Example in the code below
The function Terte should display an Alert just for test
`
<ActionButton.Item buttonColor='#006300' onPress={() => console.log("notes tapped!")}>
When i give a function to my onPress property, it doesn't executes the function Example in the code below The function Terte should display an Alert just for test `
<ActionButton.Item buttonColor='#006300' onPress={() => console.log("notes tapped!")}>