rn-linkrunner 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ yarn add react-native-device-info @react-native-community/netinfo @react-native-
|
|
|
22
22
|
|
|
23
23
|
- Run `cd ios && pod install` to install pods for the package.
|
|
24
24
|
- Add the below code in `info.plist`:
|
|
25
|
-
```
|
|
25
|
+
```sh
|
|
26
26
|
<key>NSUserTrackingUsageDescription</key>
|
|
27
27
|
<string>This identifier will be used to deliver personalized ads and improve your app experience.</string>
|
|
28
28
|
```
|
|
@@ -39,6 +39,10 @@ or
|
|
|
39
39
|
yarn add rn-linkrunner
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+
## Expo
|
|
43
|
+
|
|
44
|
+
If you are using Expo, you will need to use development builds since this package relies on native libraries. Follow the [Expo Development Builds Documentation](https://docs.expo.dev/develop/development-builds/introduction/) to get started.
|
|
45
|
+
|
|
42
46
|
## Usage
|
|
43
47
|
|
|
44
48
|
### Initialisation
|