Open
Description
PoinOfInterest Template is not working. getting error on simulator although able to see the template on carPlay simulator
error: didChangeMapRegion
is not a supported event type for RNCarPlay.
App.js
useEffect(() => {
const template = new PointOfInterestTemplate({
title: 'Example',
items: [
{
id: 'test',
location: { latitude: 64.011, longitude: -21.66 },
title: 'Testing',
subtitle: 'foobar',
},
],
});
CarPlay.setRootTemplate(template);
}, []);
CarPlay (please complete the following information):
- Device: [ Simulator]
- OS version [iOS 17.4]
- RNCarPlay version [^2.4.1-beta.0]
Activity