mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
Added react-native new-library command
This commit is contained in:
17
Libraries/Sample/Sample.android.js
Normal file
17
Libraries/Sample/Sample.android.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Stub of Sample for Android.
|
||||
*
|
||||
* @providesModule Sample
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var warning = require('warning');
|
||||
|
||||
var Sample = {
|
||||
test: function() {
|
||||
warning("Not yet implemented for Android.");
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Sample;
|
||||
Reference in New Issue
Block a user