diff --git a/src/View.js b/src/View.js
index ade72dc42646513fe39dab91f2a458286c7ccd4b..4227fc75e95f6cfbd0ee5c31151768c958fbbd15 100644
--- a/src/View.js
+++ b/src/View.js
@@ -13,7 +13,6 @@ const GLCanvas = requireNativeComponent("GLCanvas", null);
const renderVcontent = function (width, height, id, children) {
const childrenStyle = {
- key: id,
position: "absolute",
top: 0,
left: 0,
@@ -21,7 +20,7 @@ const renderVcontent = function (width, height, id, children) {
height: height,
overflow: "hidden"
};
- return {children};
+ return {children};
};
const renderVGL = function (props) {