Skip to content

Commit

Permalink
Release 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitBhalla committed Dec 23, 2022
1 parent 363bf3f commit 8fff734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Cross Platform <a href="https://reactnative.dev">React Native</a> UI Toolkit
</p>

> This project has been renamed to [@rneui/themed](https://www.npmjs.com/package/@rneui/themed). Install using [@rneui/themed](https://www.npmjs.com/package/@rneui/themed) instead. See the guide https://reactnativeelements.com/migration/migration-v3 to upgrade to v4.
<p align="center">
<a href="https://www.npmjs.com/package/react-native-elements"><img src="https://img.shields.io/npm/v/react-native-elements.svg"></a>
<a href="https://travis-ci.org/react-native-elements/react-native-elements"><img src="https://img.shields.io/travis/react-native-elements/react-native-elements/master.svg"></a>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "3.4.2",
"version": "3.4.3",
"description": "React Native Elements & UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -80,7 +80,7 @@
"utility-types": "^3.10.0"
},
"peerDependencies": {
"react-native-safe-area-context": "^3.1.9",
"react-native-safe-area-context": ">= 3.0.0",
"react-native-vector-icons": ">7.0.0"
},
"jest": {
Expand Down

0 comments on commit 8fff734

Please sign in to comment.