update native.md to explain both 'modules' and 'react-import-path' default options values.

This commit is contained in:
Nir Natan 2015-08-20 10:15:53 +03:00
parent 08aa36a2f1
commit 27dc925bf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# React Template for Native Apps
In order to use React Templates for [React Native](https://facebook.github.io/react-native/) you should set the `native` option to true.
In native mode the default `modules` option is set to `commonjs`.
In native mode the default `modules` option is set to `commonjs` and the default `react-import-path` is set to `react-native`.
## Default properties templates configuration