[ReactNative] Open source ProgressBarAndroid, remove example from the RN launcher

This commit is contained in:
Martin Konicek 2015-08-12 11:48:37 -07:00
Родитель abdd0e09b3
Коммит c483db1b88
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @providesModule ProgressBarAndroid
*/
'use strict';
module.exports = require('UnimplementedView');