0.0.2 • Published 8 years ago

react-native-packager-test-module v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

React Native Packager Test Module

An javascript module for testing with a React Native application to demonstrate an issue with the React Native Packager.

The issue we want to understand is one where the React Native Packager is prepending /Users/node_modules in some cases to the paths it is trying to resolve.

In particular, the issues are occurring in relation to using Loopback isomorphic javascript with React Native.

The result is inconclusive. This module and it's use in the test React Native project mirror the structure of the series of requires that end up failing.