mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Added react-native new-library command
This commit is contained in:
@@ -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