Merge pull request #4804 from morenoh149/noteReadableMap

Add link to more info for ReadableMap and ReadableArray
This commit is contained in:
James Ide 2015-12-15 16:25:37 -08:00
Родитель 67c6afd14b 055d4e29ee
Коммит 558b00653c
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -86,6 +86,8 @@ ReadableMap -> Object
ReadableArray -> Array
```
Read more about [ReadableMap](https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/bridge/ReadableMap.java) and [ReadableArray](https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/bridge/ReadableArray.java)
### Register the Module
The last step within Java is to register the Module; this happens in the `createNativeModules` of your apps package. If a module is not registered it will not be available from JavaScript.