From ef4c1bb0266bfa1ff1f8c14b56d1a6770abd06c2 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Tue, 29 Jan 2019 14:17:35 +0100 Subject: [PATCH] Add breaking change warning --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 393c14f..65005ee 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # 🌍  react-native-localize -A toolbox for your React Native app localization (formerly [react-native-languages](https://www.npmjs.com/package/react-native-languages)). +A toolbox for your React Native app localization. [![npm version](https://badge.fury.io/js/react-native-localize.svg)](https://badge.fury.io/js/react-native-localize) [![npm](https://img.shields.io/npm/dt/react-native-localize.svg)](https://www.npmjs.org/package/react-native-localize) ![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-yellow.svg) ![MIT](https://img.shields.io/dub/l/vibe-d.svg) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) - +### ⚠️  Breaking change + +This project was known as [react-native-languages](https://www.npmjs.com/package/react-native-languages) and has been renamed to reflect new APIs possibilities.
Find more informations about this change [here](https://github.com/react-native-community/react-native-localize/pull/29). + + ## Support