--- title: Introducing Button, Faster Installs with Yarn, and a Public Roadmap author: Héctor Ramos authorTitle: Developer Advocate at Facebook authorURL: https://twitter.com/hectorramos authorImage: https://s.gravatar.com/avatar/f2223874e66e884c99087e452501f2da?s=128 authorTwitter: hectorramos category: announcements --- We have heard from many people that there is so much work happening with React Native, it can be tough to keep track of what's going on. To help communicate what work is in progress, we are now publishing a [roadmap for React Native](https://github.com/facebook/react-native/wiki/Roadmap). At a high level, this work can be broken down into three priorities: - **Core Libraries**. Adding more functionality to the most useful components and APIs. - **Stability**. Improve the underlying infrastructure to reduce bugs and improve code quality. - **Developer Experience**. Help React Native developers move faster If you have suggestions for features that you think would be valuable on the roadmap, check out [Canny](https://react-native.canny.io/feature-requests), where you can suggest new features and discuss existing proposals. ## What's new in React Native [Version 0.37 of React Native](https://github.com/facebook/react-native/releases/tag/v0.37.0), released today, introduces a new core component to make it really easy to add a touchable Button to any app. We're also introducing support for the new [Yarn](https://yarnpkg.com/) package manager, which should speed up the whole process of updating your app's dependencies. ## Introducing Button Today we're introducing a basic `