@situm/react-native 3.9.0-beta.4 → 3.9.0-beta.6
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/app.plugin.js +1 -0
- package/package.json +2 -6
package/app.plugin.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./withSitum');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@situm/react-native",
|
|
3
|
-
"version": "3.9.0-beta.
|
|
3
|
+
"version": "3.9.0-beta.6",
|
|
4
4
|
"description": "Set of utilities that allow any developer to build React Native location based apps using Situm's indoor positioning system.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": "https://github.com/situmtech/react-native",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"SECURITY-POLICY.md",
|
|
31
31
|
"security.txt",
|
|
32
32
|
"withSitum.js",
|
|
33
|
+
"app.plugin.js",
|
|
33
34
|
"!lib/typescript/example",
|
|
34
35
|
"!ios/build",
|
|
35
36
|
"!android/build",
|
|
@@ -167,11 +168,6 @@
|
|
|
167
168
|
"lib/"
|
|
168
169
|
],
|
|
169
170
|
"prettier": {},
|
|
170
|
-
"expo": {
|
|
171
|
-
"plugins": [
|
|
172
|
-
"./withSitum"
|
|
173
|
-
]
|
|
174
|
-
},
|
|
175
171
|
"sdkVersions": {
|
|
176
172
|
"android": "3.13.2@aar",
|
|
177
173
|
"ios": "3.13.1"
|