Skip to content

Commit 970be6e

Browse files
SupriyaSupriya
Supriya
authored and
Supriya
committed
Added Prettier code formating
1 parent 70fcc98 commit 970be6e

File tree

382 files changed

+8230
-7310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+8230
-7310
lines changed

addEjectScript.js

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
const printMessage = require('print-message');
1+
const printMessage = require("print-message");
22

3-
printMessage([
4-
'NativeBase 2.0 has been succesfully installed!',
5-
'Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.',
6-
'Head over to the docs for detailed information on how to make changes to the theme.',
7-
], {
8-
color: 'yellow',
9-
borderColor: 'green',
10-
});
3+
printMessage(
4+
[
5+
"NativeBase 2.0 has been succesfully installed!",
6+
"Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.",
7+
"Head over to the docs for detailed information on how to make changes to the theme."
8+
],
9+
{
10+
color: "yellow",
11+
borderColor: "green"
12+
}
13+
);

backward.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./dist/src/backward');
1+
module.exports = require("./dist/src/backward");

dist/__tests__/backward/Button.android.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/backward/Button.android.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/backward/Button.ios.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/backward/Button.ios.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/backward/Header.android.js

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)