Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep committed Jun 8, 2017
2 parents c93a1cd + 970be6e commit 78b51bd
Show file tree
Hide file tree
Showing 315 changed files with 7,784 additions and 6,887 deletions.
21 changes: 12 additions & 9 deletions addEjectScript.js
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/src/backward');
module.exports = require("./dist/src/backward");
16 changes: 9 additions & 7 deletions dist/addEjectScript.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/addEjectScript.js.map

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

2 changes: 1 addition & 1 deletion dist/backward.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/backward.js.map

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

60 changes: 33 additions & 27 deletions dist/ejectTheme.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/ejectTheme.js.map

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

14 changes: 8 additions & 6 deletions dist/src/Utils/computeProps.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/src/Utils/computeProps.js.map

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

6 changes: 4 additions & 2 deletions dist/src/Utils/mapPropsToStyleNames.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/src/Utils/mapPropsToStyleNames.js.map

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

Loading

0 comments on commit 78b51bd

Please sign in to comment.