From f85f4a07b0e51a4ef15b2b9cbe6dad6a246916a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Mon, 31 Aug 2015 19:44:05 +0200 Subject: [PATCH] Allow to use RN's StyleSheet ids on GL.View style (fixes #2) --- package.json | 2 +- src/View.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5a801eb..f5a19fd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gl-react-core": "^0.1.1" }, "devDependencies": { - "eslint": "^1.2.1", + "eslint": "^1.3.1", "eslint-plugin-react": "^3.2.3" } } diff --git a/src/View.js b/src/View.js index edf14ef..4613044 100644 --- a/src/View.js +++ b/src/View.js @@ -27,7 +27,7 @@ const renderVGL = function (props, width, height, data, nbTargets, renderId) { return {targets} {renderer} -- 2.26.2