Add TransformExample to UIExplorerList.ios.js

Summary:
It wasn't in UIExplorerList.ios.js (only in UIExplorerList.js) so it was not being pulled in on the iOS UIExplorer.
Closes https://github.com/facebook/react-native/pull/2196

Reviewed By: majak

Differential Revision: D2780150

Pulled By: nicklockwood

fb-gh-sync-id: f111ec6e29465c4c7f22ca8faec8fc17a96a80cb
This commit is contained in:
Brent Vatne 2015-12-22 11:35:07 -08:00 committed by facebook-github-bot-3
parent c34ef25ec5
commit 43ca8a0da4
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ var APIS = [
require('./RCTRootViewIOSExample'),
require('./StatusBarIOSExample'),
require('./TimerExample'),
require('./TransformExample'),
require('./VibrationIOSExample'),
require('./XHRExample.ios'),
require('./ImageEditingExample'),