Skip to content

Commit f4a2b50

Browse files
author
Yann Leflour
committed
docs: Add feedback prompts
1 parent 874f9d0 commit f4a2b50

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# React Native Toolbox [![Build Status](https://travis-ci.org/bamlab/generator-rn-toolbox.svg?branch=master)](https://travis-ci.org/bamlab/generator-rn-toolbox) [![NPM downloads](https://img.shields.io/npm/dm/generator-rn-toolbox.svg)](https://www.npmjs.com/package/generator-rn-toolbox) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
66

7+
> ‼️ **Dear user**, we are working on a complete rewrite of this project and are aiming for a september release.
8+
>
9+
> In the meantime we would like to get your feedback through [this very short form](https://forms.gle/dqAn41iBmeQowTf96)
10+
711
Yeoman generators to kickstart your react-native v0.48+ projects.
812

913
_As of now, the way those generators are configured is heavily opinionated and based on our own company needs._

generators/checkversion/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ class CheckVersionGenerator extends Base {
66
initializing() {
77
return checkVersion()
88
.then(isUpdated => {
9+
this.log(
10+
'😁 We are looking for feedback on how to improve rn-toolbox, please take 2 minutes to answer this form: '
11+
.yellow + 'https://forms.gle/dqAn41iBmeQowTf96'.bold.yellow
12+
);
913
if (!isUpdated)
1014
this.log.error(
1115
"You do not have the latest version of this generator\nIt is recommended to update it using 'npm i -g generator-rn-toolbox'"

0 commit comments

Comments
 (0)