We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7add0 commit a87f5a3Copy full SHA for a87f5a3
setExample.js
@@ -59,7 +59,7 @@ const logSuccess = (message) => {
59
console.log(chalk.green.bold('Found Example Project'));
60
logSuccess('Installing build...');
61
62
- // create the react-native-flutterwave directory if it does not exist
+ // create the library directory if it does not exist
63
if (!existsSync(DESTINATION)) {
64
logSuccess('Creating destination directory...');
65
mkdirSync(DESTINATION);
0 commit comments