From 8fa1f2ac67d8691d07ba2d17a0acb041f64c5d95 Mon Sep 17 00:00:00 2001 From: Alexander Vitanov Date: Thu, 5 Oct 2017 14:40:17 +0300 Subject: [PATCH] Passing props down to React Native View component --- View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View.js b/View.js index 6a6a7c4..b515bba 100644 --- a/View.js +++ b/View.js @@ -118,7 +118,7 @@ class View extends React.Component { render() { const { bg } = this.props return ( -