File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ npm install --save react-native-queue-it
1717cd ios && pod install
1818```
1919
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.
20+ When Android is used, the following activity also needs to be included in the application's manifest file.
2821
2922``` xml
3023<activity android : name =" com.queue_it.androidsdk.QueueActivity" />
You can’t perform that action at this time.
0 commit comments