fix readme

This commit is contained in:
Artur Girenko 2016-01-31 11:36:35 +01:00
parent 68290dbaa0
commit 302d464fa7
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ Re-Natal makes almost no changes to the files generated by react-native so the o
It would be perfect not to do any changes there, but...
* To make source maps available in "Debug in Chrome" mode re-natal patches
the react native packager to serve \*.map files from file system and generate only index.\*.map file.
To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L400)
To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L408)
of file "node_modules/react-native/packager/react-packager/src/Server/index.js" is modified to match only index.\*.map
## Example Apps