birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
642 stars 107 forks source link

[Not a bug] - How can i customize this header ? #56

Closed WindCrafter closed 3 years ago

WindCrafter commented 3 years ago

I want to create some buttons in the header (in my app it is a grey view, in your example app is a Button with Hello, world, in another template also see the back button but I can't find code to do that) to navigate to the search screen but I don't know how to do it. Someone, please help me?

image image

WindCrafter commented 3 years ago

 const mapTemplate = new MapTemplate({

      leadingNavigationBarButtons: [
        {
          id: 'LEAD_2',
          type: 'text',
          title:'check '
        },
      ],
    });
``
I have found a solution, sorry because of my hurry.