sitepong 0.2.4 → 0.2.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/dist/entries/rn.js +1 -2
- package/dist/entries/rn.js.map +1 -1
- package/package.json +1 -1
package/dist/entries/rn.js
CHANGED
|
@@ -3305,9 +3305,8 @@ function SensitiveView(props) {
|
|
|
3305
3305
|
addSensitiveView(nativeTag);
|
|
3306
3306
|
}
|
|
3307
3307
|
}, []);
|
|
3308
|
-
const { View } = __require("react-native");
|
|
3309
3308
|
return React2.createElement(
|
|
3310
|
-
View,
|
|
3309
|
+
reactNative.View,
|
|
3311
3310
|
{ collapsable: false, onLayout: handleLayout },
|
|
3312
3311
|
props.children
|
|
3313
3312
|
);
|