
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.reactlibrary">
    <uses-feature android:name="android.hardware.sensor.accelerometer"
        android:required="true" />
    <uses-feature android:name="android.hardware.sensor.compass"
        android:required="true" />
    <uses-feature android:name="android.hardware.sensor.gyroscope"
        android:required="true" />
    <uses-feature android:name="android.hardware.wifi"
        android:required="true" />
</manifest>
  