From 7812866f705802f1fadbc8ee749182f973663db5 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Tue, 9 Oct 2018 11:00:07 -0700 Subject: [PATCH] Distribute source (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By shipping source files and setting the ‘react-native’ entry point to src, the RN packager can parse the module and provide source maps when debugging from your app. This makes the install slightly heavier but is worth it for the improved ergonomics.