@eohjsc/react-native-smart-city 0.7.48 → 0.7.49

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.7.48",
4
+ "version": "0.7.49",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -39,6 +39,7 @@ const IFrame = memo(({ item = {} }) => {
39
39
  ref={ref}
40
40
  title={title}
41
41
  javaScriptEnabled
42
+ nestedScrollEnabled
42
43
  />
43
44
  </View>
44
45
  );
@@ -186,6 +186,8 @@ const IFrameWithConfig = memo(
186
186
  ref={ref}
187
187
  title={item?.title}
188
188
  onMessage={onMessage}
189
+ javaScriptEnabled
190
+ nestedScrollEnabled
189
191
  />
190
192
  </View>
191
193
  );