Skip to content

Commit

Permalink
Merge pull request #145 from SyedTayyabUlMazhar/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir authored Oct 13, 2023
2 parents f2653d2 + 0975de4 commit e40993c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pod 'react-native-carplay', path: '../node_modules/react-native-carplay'

## Basic Usage

[See full example](https://github.com/birkir/react-native-carplay/blob/master/example/src/App.tsx)
[See full example](https://github.com/birkir/react-native-carplay/blob/master/apps/example/src/App.tsx)

The exported `CarPlay` class gives you the API needed to add / remove templates from the CarPlay view hierarchy.

Expand Down Expand Up @@ -581,7 +581,7 @@ CarPlay.setRootTemplate(tabBarTemplate);

## Example App

A working example app can be found [here](https://github.com/birkir/react-native-carplay/blob/master/example/src/App.tsx).
A working example app can be found [here](https://github.com/birkir/react-native-carplay/blob/master/apps/example/src/App.tsx).

To run it you must first install dependencies and pods.

Expand Down

0 comments on commit e40993c

Please sign in to comment.