@neoskola/auto-play 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,7 +171,7 @@ class HybridAutoPlay: HybridAutoPlaySpec {
171
171
 
172
172
  let carPlayTemplate = template.getTemplate()
173
173
 
174
- if carPlayTemplate is CPAlertTemplate || carPlayTemplate is CPNowPlayingTemplate {
174
+ if carPlayTemplate is CPAlertTemplate {
175
175
  let animated = try await
176
176
  !interfaceController.dismissTemplate(
177
177
  animated: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neoskola/auto-play",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Android Auto and Apple CarPlay for react-native",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",