You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the prompts.js and index.js files in the template/plugins/compile-js directory.
The changes include fixing indentation and formatting issues, as well as updating variable names and adding comments for clarity.
'- 📚 If you need to read more about this boilerplate : https://thecodingmachine.github.io/react-native-boilerplate/'
34
-
);
35
-
console.log(
36
-
'- 🤕 If you have some troubles : https://github.com/thecodingmachine/react-native-boilerplate/issues'
37
-
);
38
-
console.log(
39
-
'- ⭐ If you love this boilerplate, give us a star, you will be a ray of sunshine in our lives :) https://github.com/thecodingmachine/react-native-boilerplate'
40
-
);
32
+
console.log(
33
+
'- 📚 If you need to read more about this boilerplate : https://thecodingmachine.github.io/react-native-boilerplate/',
34
+
);
35
+
console.log(
36
+
'- 🤕 If you have some troubles : https://github.com/thecodingmachine/react-native-boilerplate/issues',
37
+
);
38
+
console.log(
39
+
'- ⭐ If you love this boilerplate, give us a star, you will be a ray of sunshine in our lives :) https://github.com/thecodingmachine/react-native-boilerplate',
40
+
);
41
41
42
-
if(!previousValues.typescript){
43
-
console.log('\n');
44
-
console.log(
45
-
red(
46
-
'🚨 You choose the javascript version, don\'t forget to run "yarn lint --fix" after the installation 🚨'
47
-
)
48
-
);
49
-
console.log('\n');
50
-
}
42
+
if(!previousValues.typescript){
43
+
console.log('\n');
44
+
console.log(
45
+
red(
46
+
'🚨 You choose the javascript version, don\'t forget to run "yarn lint:fix" after the installation 🚨',
0 commit comments