@eohjsc/react-native-smart-city 0.4.91 → 0.4.93
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eohjsc/react-native-smart-city",
|
|
3
3
|
"title": "React Native Smart Home",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.93",
|
|
5
5
|
"description": "TODO",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"react-native-webview": "11.22.7",
|
|
203
203
|
"react-native-wheel-color-picker": "^1.2.0",
|
|
204
204
|
"react-native-wheel-scrollview-picker": "^1.2.2",
|
|
205
|
-
"react-native-wifi-reborn": "^4.
|
|
205
|
+
"react-native-wifi-reborn": "^4.11.0",
|
|
206
206
|
"react-navigation": "^2.2.0",
|
|
207
207
|
"string-format": "^2.0.0",
|
|
208
208
|
"sync-directory": "^5.1.7",
|
|
@@ -218,7 +218,7 @@ const ScriptDetail = ({ route }) => {
|
|
|
218
218
|
onGoBack={goBack}
|
|
219
219
|
>
|
|
220
220
|
<View style={styles.wrapContent}>
|
|
221
|
-
{!!can_edit &&
|
|
221
|
+
{!!can_edit && (
|
|
222
222
|
<View style={styles.row}>
|
|
223
223
|
<Text type="H3" semibold>
|
|
224
224
|
{t('enable_this_script')}
|