You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+106-1Lines changed: 106 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Because this package targets React Native 0.60+, you will probably don't need to
66
66
<details>
67
67
<summary>👀 See manual linking instructions</summary>
68
68
69
-
####iOS
69
+
### iOS
70
70
71
71
Add this line to your `ios/Podfile` file, then run `pod install`.
72
72
@@ -116,8 +116,113 @@ public class MainApplication extends Application implements ReactApplication {
116
116
// …
117
117
}
118
118
```
119
+
119
120
</details>
120
121
122
+
## Permission lifecycles
123
+
124
+
Permission are not handled in the same way on iOS and Android. This library provides an abstraction over the platforms behaviors. To understand it a little better, have a look to these two flowcharts:
0 commit comments