Added the native animation demo to the android UIExplorer

Reviewed By: javache

Differential Revision: D3569816

fbshipit-source-id: ab03f3f3ad10b3921d428628c87e4091c07ceafe
This commit is contained in:
Tobias Ritzau
2016-07-19 02:33:05 -07:00
committed by Facebook Github Bot 0
parent 36ee027d22
commit d343eaabff
3 changed files with 7 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ var ComponentExamples: Array<UIExplorerExample> = [
key: 'ModalExample',
module: require('./ModalExample'),
},
{
key: 'NativeAnimationsExample',
module: require('./NativeAnimationsExample'),
},
{
key: 'PickerExample',
module: require('./PickerExample'),