From f9a2f3f93ed9d4c1f817b83a1e17962bbafa8ed9 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 4 Oct 2017 04:40:53 -0300 Subject: [PATCH] [chore] update README.md. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a46dc668..e1cfd25a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Accessible modal dialog component for React.JS [![Coverage Status](https://coveralls.io/repos/github/reactjs/react-modal/badge.svg?branch=master)](https://coveralls.io/github/reactjs/react-modal?branch=master) ![gzip size](http://img.badgesize.io/https://unpkg.com/react-modal/dist/react-modal.min.js?compression=gzip) +## React 16 + +A initial support for React 16 is available under the branch `next`. + +Please, when open a new PR set the target branch `next` for `react-modal@3.x` and `master` for `2.x`. + +Note that it can be unstable. + ## Table of Contents * [Installation](#installation)