1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

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

View File

@ -1,7 +1,7 @@
# React Template for Native Apps # 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 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 ## Default properties templates configuration