UNPKG
react-native-torch
Version:
latest (1.2.0)
next (1.1.1)
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Torch/flashlight for react-native
github.com/ludo/react-native-torch
ludo/react-native-torch
react-native-torch
/
android
/
src
/
main
/
AndroidManifest.xml
6 lines
(5 loc)
•
254 B
text/xml
View Raw
1
2
3
4
5
6
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.cubicphuse.RCTTorch"
>
<
uses-permission
android:name
=
"android.permission.CAMERA"
/>
<
uses-permission
android:name
=
"android.permission.FLASHLIGHT"
/>
</
manifest
>