rn-linkrunner 0.8.1 → 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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|