We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be27f commit 9cd0f1fCopy full SHA for 9cd0f1f
1 file changed
README.md
@@ -17,14 +17,7 @@ npm install --save react-native-queue-it
17
cd ios && pod install
18
```
19
20
-If you're using Android, the library also needs network state information so you'll need to include these permissions in your app's manifest file:
21
-
22
-``` xml
23
-<uses-permission android:name="android.permission.INTERNET" />
24
-<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
25
-```
26
27
-Once the user gets in a queue, he's shown a different activity `QueueActivity` , so you'll need to include it in your manifest also.
+When Android is used, the following activity also needs to be included in the application's manifest file.
28
29
``` xml
30
<activity android:name="com.queue_it.androidsdk.QueueActivity"/>
0 commit comments