/** * Stub of Sample for Android. * * @flow */ 'use strict'; const warning = require('fbjs/lib/warning'); const Sample = { test: function() { warning('Not yet implemented for Android.'); } }; module.exports = Sample;