Skip to content

Commit 6cbb589

Browse files
committed
issue: updated readme to add additional iOS step
1 parent 2904e4e commit 6cbb589

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Before starting please download the whitepaper **Mobile App Integration** from t
1212

1313
Using npm you can install the module:
1414
``` sh
15-
npm install react-native-queue-it
15+
npm install --save react-native-queue-it
16+
#On iOS
17+
cd ios && pod install
1618
```
1719

1820
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:

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class App extends Component<{}, AppState> {
2929
};
3030
}
3131
componentDidMount() {
32-
//QueueIt.enableTesting();
32+
//QueueIt.enableTesting(true);
3333
}
3434

3535
enqueue = async () => {

0 commit comments

Comments
 (0)