react-native-floating-label-input
Version:
A simple and customizable React Native TextInput with it's placeholder always shown.
69 lines (68 loc) • 5.08 kB
Plain Text
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.react_native_floating_label_input"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="21"
9 android:targetSdkVersion="29" />
10
11 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
11-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\debug\AndroidManifest.xml:5:5-77
11-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\debug\AndroidManifest.xml:5:22-75
12 <uses-permission android:name="android.permission.INTERNET" />
12-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:4:5-67
12-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:4:22-64
13 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
13-->[com.facebook.flipper:flipper:0.54.0] C:\Users\CaioN\.gradle\caches\transforms-2\files-2.1\1c7787ec82631e0394972c76bdabe608\flipper-0.54.0\AndroidManifest.xml:16:5-76
13-->[com.facebook.flipper:flipper:0.54.0] C:\Users\CaioN\.gradle\caches\transforms-2\files-2.1\1c7787ec82631e0394972c76bdabe608\flipper-0.54.0\AndroidManifest.xml:16:22-73
14
15 <application
15-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:6:5-25:19
16 android:name="com.react_native_floating_label_input.MainApplication"
16-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:7:7-38
17 android:allowBackup="false"
17-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:11:7-34
18 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
18-->[androidx.core:core:1.1.0] C:\Users\CaioN\.gradle\caches\transforms-2\files-2.1\639e914bfc1efa21e36199d3ff2c5eef\core-1.1.0\AndroidManifest.xml:24:18-86
19 android:debuggable="true"
20 android:icon="@mipmap/ic_launcher"
20-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:9:7-41
21 android:label="@string/app_name"
21-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:8:7-39
22 android:roundIcon="@mipmap/ic_launcher_round"
22-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:10:7-52
23 android:theme="@style/AppTheme"
23-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:12:7-38
24 android:usesCleartextTraffic="true" >
24-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\debug\AndroidManifest.xml:7:18-53
25 <activity
25-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:13:7-23:18
26 android:name="com.react_native_floating_label_input.MainActivity"
26-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:14:9-37
27 android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
27-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:16:9-86
28 android:label="@string/app_name"
28-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:15:9-41
29 android:launchMode="singleTask"
29-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:17:9-40
30 android:windowSoftInputMode="adjustResize" >
30-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:18:9-51
31 <intent-filter>
31-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:19:9-22:25
32 <action android:name="android.intent.action.MAIN" />
32-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:20:13-65
32-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:20:21-62
33
34 <category android:name="android.intent.category.LAUNCHER" />
34-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:21:13-73
34-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:21:23-70
35 </intent-filter>
36 </activity>
37 <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
37-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:24:7-84
37-->C:\Projetos\react-native\react-native-floating-label-input\android\app\src\main\AndroidManifest.xml:24:17-81
38 </application>
39
40</manifest>