Skip to content

Commit

Permalink
feat(deprecation): Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Leflour committed Sep 3, 2019
1 parent de10c70 commit 1e56041
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@

# 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)]()

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

_As of now, the way those generators are configured is heavily opinionated and based on our own company needs._
## ⚠️ Deprecation notice ⚠️

> **Dear user**, we are working on a complete rewrite of generator-rn-toolbox
>
> We are be deprecating this repo and migrating its features to [react-native-make](https://github.com/bamlab/react-native-make)
>
> Already available:
>
> - Updated Icons generation with [Android adaptive icons](https://medium.com/google-design/designing-adaptive-icons-515af294c783)
> - Updated SplashScreen generation with iOS _.xib_ files and ready for [react-native-splashscreen](https://github.com/crazycodeboy/react-native-splash-screen)
## Features

Expand Down
8 changes: 6 additions & 2 deletions generators/checkversion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ class CheckVersionGenerator extends Base {
return checkVersion()
.then(isUpdated => {
this.log(
'😁 We are looking for feedback on how to improve rn-toolbox, please take 2 minutes to answer this form: '
.yellow + 'https://forms.gle/dqAn41iBmeQowTf96'.bold.yellow
'🌟🌟🌟 ️ ' +
'Deprecation Notice'.bold.bgYellow.black +
' 🌟🌟🌟\n' +
'generator-rn-toolbox is being deprecated in favor of @bam.tech/react-native-make.\nYou can find out more here: '
.yellow +
'https://github.com/bamlab/react-native-make'.bold.yellow
);
if (!isUpdated)
this.log.error(
Expand Down

0 comments on commit 1e56041

Please sign in to comment.