1.0.3 • Published 7 years ago

react-native-sm-transformer v1.0.3

Weekly downloads
2,762
License
ISC
Repository
github
Last release
7 years ago

react-native-sm-transformer

A custom transformer for react native. Supports source map transformation if a .js.map file exists along side a .js file.

To install, run following command in your react native project root dir.

npm install react-native-sm-transformer

To run react-native server with transformation enabled:

./node_modules/.bin/rnst 

Take a look at rnst.js to see how to launch react native server with this transformer.