Skip to content

Commit

Permalink
Added Prettier code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriya authored and Supriya committed Jun 8, 2017
1 parent 70fcc98 commit 970be6e
Show file tree
Hide file tree
Showing 382 changed files with 8,230 additions and 7,310 deletions.
21 changes: 12 additions & 9 deletions addEjectScript.js
@@ -1,10 +1,13 @@
const printMessage = require('print-message');
const printMessage = require("print-message");

printMessage([
'NativeBase 2.0 has been succesfully installed!',
'Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.',
'Head over to the docs for detailed information on how to make changes to the theme.',
], {
color: 'yellow',
borderColor: 'green',
});
printMessage(
[
"NativeBase 2.0 has been succesfully installed!",
"Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.",
"Head over to the docs for detailed information on how to make changes to the theme."
],
{
color: "yellow",
borderColor: "green"
}
);
2 changes: 1 addition & 1 deletion backward.js
@@ -1 +1 @@
module.exports = require('./dist/src/backward');
module.exports = require("./dist/src/backward");
4 changes: 2 additions & 2 deletions dist/__tests__/backward/Button.android.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/__tests__/backward/Button.android.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/__tests__/backward/Button.ios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/__tests__/backward/Button.ios.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 35 additions & 35 deletions dist/__tests__/backward/Header.android.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 970be6e

Please sign in to comment.