mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Use singlequote instead of doublequoe on Sample.android.js
This commit is contained in:
@@ -10,7 +10,7 @@ var warning = require('warning');
|
||||
|
||||
var Sample = {
|
||||
test: function() {
|
||||
warning("Not yet implemented for Android.");
|
||||
warning('Not yet implemented for Android.');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user