UNPKG

react-native-ir

Version:

A react-native interface for using the Infrared (IR) transmitter in Android smartphones

16 lines (15 loc) 807 B
1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.danielr18.irmanager" > 4 5 <uses-sdk 6 android:minSdkVersion="21" 6-->/Users/luanscerqueira/Projects/redgtech-app/node_modules/react-native-ir/android/src/main/AndroidManifest.xml 7 android:targetSdkVersion="33" /> 7-->/Users/luanscerqueira/Projects/redgtech-app/node_modules/react-native-ir/android/src/main/AndroidManifest.xml 8 9 <uses-permission android:name="android.permission.TRANSMIT_IR" /> 9-->/Users/luanscerqueira/Projects/redgtech-app/node_modules/react-native-ir/android/src/main/AndroidManifest.xml:3:5-70 9-->/Users/luanscerqueira/Projects/redgtech-app/node_modules/react-native-ir/android/src/main/AndroidManifest.xml:3:22-67 10 11</manifest>