@iternio/react-native-auto-play 0.0.8 → 0.0.9

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.
@@ -6,6 +6,7 @@ import android.graphics.Color
6
6
  import android.graphics.Rect
7
7
  import android.hardware.display.DisplayManager
8
8
  import android.os.Bundle
9
+ import android.util.Log
9
10
  import android.view.Display
10
11
  import android.view.LayoutInflater
11
12
  import android.view.View
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iternio/react-native-auto-play",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Android Auto and Apple CarPlay for react-native",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",