Update NativeComponentsIOS.md

This commit is contained in:
Jehan 2015-06-03 00:34:25 -07:00
parent aa7e318a3f
commit c4457f8e6f
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Then you just need a little bit of JavaScript to make this a usable React compon
var { requireNativeComponent } = require('react-native');
// requireNativeComponent automatically resolves this to "RCTMapManager"
module.exports = requireNativeComponent('RCTMap', null);
```