File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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+
711Yeoman 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._
Original file line number Diff line number Diff 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'"
You can’t perform that action at this time.
0 commit comments